Skip to content
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
wants to merge 121 commits into from

Conversation

Bugsbane
Copy link
Member

@Bugsbane Bugsbane commented Jul 9, 2016

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... :/

MorrisJobke and others added 30 commits June 23, 2016 10:48
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
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
ayamshanov and others added 26 commits July 3, 2016 15:13
$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 large sidebar previews for text files
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.
@Bugsbane Bugsbane closed this Jul 9, 2016
@MariusBluem
Copy link
Member

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.