-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syncing from nextcloud/server to bugsbane/server (DON'T MERGE INTO NEXTCLOUD/SERVER!) #354
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixes asset pipeline issue with the auth token in personal page
Link shares always allowed deletion, however internally the permissions were stored as 7 which lacked delete permissions. This created an inconsistency in the Webdav permissions. This fix makes sure we include delete permissions in the share permissions, which now become 15. In case a client is still passing 7 for legacy reasons, it gets converted automatically to 15.
When filtering the file list, if a result is on an unrendered page, make sure to call _nextPage() to prerender the pages in order to display all matching results.
When decrypting all files of a single user, the admin usually does not intend encryption to be suddenly disabled for everyone. This fix reenables encryption after decrypting for a single user. Decrypting for all users will still disable encryption globally.
check login name when authenticating via token and basic auth
Use OC.Backbone instead of Backbone directly in authtoken JS code
Remove a fed share from the local table before trying to notify the remote server
Remove ie8+9 support
Also adds support for having custom login backgrounds
AppManager has a dependency on Nc being installed
Otherwise dropping something somewhere can by mistake upload the file and make it available
The app is now enabled by default
…onnect Remove tooltip when disconnecting token
$nameSearchPattern was passed in and directly appended to the SQL query. Luckily the code path isn't reached anywhere in Nextcloud or the included apps.
We have our own Transifex org now ;)
[master] Use paramterized parameter for \OC\SystemTag\SystemTagManager
…template Collapse logs and lists with HTML5 support of github
we don't need to check permissions twice
Changing name of default logfile
Add mimetype for fb2-extension
Add large sidebar previews for text files
…js object from concated string.
Changed the creation of the update notification link
Change system tags icon from a magnifying glass to a newly created tag icon. Updates both the png and it's original source SVG.
Replace the system tags tag icon svg with a version that has been optimized by the optimization script (running scour)
Added the new css class that pulls in the "recent" icon in the sidebar for @icewind's new "recent files" file listing in #292 (comment)
Add the clock icon (svg and png) discussed with Jan and Icewind for the "recent files" view.
If you contact the GitHub support, they will be able to delete the whole PR 😉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
syncing from nextcloud/server to bugsbane/server as per http://stackoverflow.com/questions/20984802/how-can-i-keep-my-fork-in-sync-without-adding-a-separate-remote/21131381#21131381
If you see this as a pull request in nextcloud/server, please DO NOT MERGE IT! It's a mistake... :/