-
Notifications
You must be signed in to change notification settings - Fork 143
Comparing changes
Open a pull request
base repository: rockstor/rockstor-core
base: 5.0.3-0
head repository: rockstor/rockstor-core
compare: 5.0.4-0
- 14 commits
- 10 files changed
- 4 contributors
Commits on Aug 20, 2023
-
Migrate to New Middleware style #2662
In Django 1.10, the old `MIDDLEWARE_CLASSES` style was deprecated and we should now use `MIDDLEWARE` setting. This commit includes this move and takes advantage of the new MiddlewareMixin to help provide compatibility for our custom middleware.
Configuration menu - View commit details
-
Copy full SHA for e17feca - Browse repository at this point
Copy the full SHA e17fecaView commit details
Commits on Aug 21, 2023
-
Use user.is_authenticated as an attribute #2664
Prior to Django 1.10, user.is_authenticated() was a method. Since then, compatibility was ensured but this compatibility will be removed in Django 2.0. This commit thus moves to using the user.is_authenticated attribute instead.
Configuration menu - View commit details
-
Copy full SHA for f84771e - Browse repository at this point
Copy the full SHA f84771eView commit details
Commits on Aug 22, 2023
-
Merge pull request #2663 from FroggyFlox/2662-Update-Middlewares-styles
Migrate to New Middleware style #2662
Configuration menu - View commit details
-
Copy full SHA for c0f7db9 - Browse repository at this point
Copy the full SHA c0f7db9View commit details -
Merge pull request #2665 from FroggyFlox/2664-models.User.is_authenti…
…cated()-will-be-deprecated-in-Django-2.0 Use user.is_authenticated as an attribute #2664
Configuration menu - View commit details
-
Copy full SHA for b4128ad - Browse repository at this point
Copy the full SHA b4128adView commit details
Commits on Aug 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 52f428c - Browse repository at this point
Copy the full SHA 52f428cView commit details
Commits on Sep 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a6e6187 - Browse repository at this point
Copy the full SHA a6e6187View commit details
Commits on Sep 12, 2023
-
Explicitly set REALM when querying workgroup #2671
During Active Directory activation, we query the Workgroup information from the AD server using `net ads workgroup`. This normally gets its parameters from `smb.conf` but we need here to explicitly give the required server information at the command call given we usually work with an empty `smb.conf` file at this stage. This commit switches from using the `-S|--server` flag to the `--realm` flag as that has proven more robust.
Configuration menu - View commit details
-
Copy full SHA for 7b1057c - Browse repository at this point
Copy the full SHA 7b1057cView commit details
Commits on Sep 13, 2023
-
Catch DBusException to not throw error on LDAP group lookup #2673
We currently use InfoPipe to fetch the groupname of domain users. While this works for Active Directory users, this can fail for LDAP users if these do not belong to a posixAccount group. This commit simply catches the DBusException thrown in such cases and logs the event (DEBUG level). The result is a groupname of "null". Also includes: - minor Black formatting - type hints - import optimization - minor copyright updates
Configuration menu - View commit details
-
Copy full SHA for c997dcd - Browse repository at this point
Copy the full SHA c997dcdView commit details
Commits on Sep 15, 2023
-
Merge pull request #2667 from FroggyFlox/2666-use_for_related_fields-…
…is-deprecated-in-Django-2.0 Set `Meta.base_manager_name` on 'storageadmin.Disk' #2666
Configuration menu - View commit details
-
Copy full SHA for a80fdeb - Browse repository at this point
Copy the full SHA a80fdebView commit details -
Merge pull request #2670 from Hooverdan96/2668_distro_version
surface Distro Version to breadcrumb bar #2668
Configuration menu - View commit details
-
Copy full SHA for 141ecad - Browse repository at this point
Copy the full SHA 141ecadView commit details -
Merge pull request #2672 from FroggyFlox/2671-Failure-to-automaticall…
…y-update-configure-Samba-workgroup-during-AD-service-activation Explicitly set REALM when querying workgroup #2671
Configuration menu - View commit details
-
Copy full SHA for e822e65 - Browse repository at this point
Copy the full SHA e822e65View commit details -
Merge pull request #2674 from FroggyFlox/2673_LDAP-failure-to-account…
…-for-non-posix-groups Catch DBusException to not throw error on LDAP group lookup #2673
Configuration menu - View commit details
-
Copy full SHA for 410ab55 - Browse repository at this point
Copy the full SHA 410ab55View commit details -
Bump versions to a 5.0.4 base (Testing) - testing branch #2675
pyproject.toml build.sh
Configuration menu - View commit details
-
Copy full SHA for 157344d - Browse repository at this point
Copy the full SHA 157344dView commit details -
Merge pull request #2676 from phillxnet/2675-Bump-versions-to-a-5.0.4…
…-base-(Testing)-testing-branch Bump versions to a 5.0.4 base (Testing) - testing branch #2675
Configuration menu - View commit details
-
Copy full SHA for a2d7594 - Browse repository at this point
Copy the full SHA a2d7594View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5.0.3-0...5.0.4-0