- Mar 01, 2016
-
-
Roeland Jago Douma authored
* Upload file with checksum * Chunked upload with checksum * Copy file with checksum should also copy the checksum * Moving a file with checksum should also move the checksum * Uploading a file with checksum and overwriting it with a file without cheksum should remove the checksum
-
Thomas Müller authored
Add autodiscovery support to server-to-server sharing implementation
-
Thomas Müller authored
use ocs discover endpoint to test remote
-
Thomas Müller authored
Disable app that bricks the server after enabling
-
Thomas Müller authored
For now only allow 1 link share per file/folder
-
Thomas Müller authored
Hides nodes from listing that the user has no access to
-
Thomas Müller authored
Don't return quota when none set
-
Roeland Jago Douma authored
-
Thomas Müller authored
make scrollbar less obnoxious: tad narrower, rounded corners
-
Thomas Müller authored
Allow to overwrite a single language string via the theme folder
-
Roeland Jago Douma authored
Fixes #22692 This is a temp fix util we get #22327 We just block it in the OCS Share API since we have 1 endpoint now anyway.
-
Thomas Müller authored
Merge pull request #22691 from owncloud/distributions-are-gone-insane-nobody-ever-should-install-the-owncloud-debian-package Add question from where ownCloud was installed
-
Thomas Müller authored
fix personal page layout for LDAP users, fix #22272
-
Thomas Müller authored
compress app banners on personal page
-
Thomas Müller authored
make decrypt all work with the master key
-
Thomas Müller authored
fix size propagation for new files
-
Thomas Müller authored
ignore encryption keys for propagation
-
Thomas Müller authored
Check correct permissions when resharing
-
Jenkins for ownCloud authored
-
Thomas Müller authored
Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Robin Appelman authored
-
- Feb 29, 2016
-
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Roeland Jago Douma authored
Fixes #22675 Since we only get a share id we do not know the path for the sharer. Now if we edit a share we start searching for shares for that user of that node. And deduce the permissions that way. * Intergration test added * Fix unit tests
-
Robin Appelman authored
-
Vincent Petry authored
-
Robin Appelman authored
-
Thomas Müller authored
Print docker logs to the console fro debugging
-
Thomas Müller authored
Style telephone inputs like other types
-
Jan-Christoph Borchardt authored
-
Thomas Müller authored
do not expand sidebar to full width on mobile, but up the min-width
-
Björn Schießle authored
-
Jan-Christoph Borchardt authored
-
Vincent Petry authored
Returns -3 for unlimited quota in Webdav response. Also adjusted personal page to show unlimited quota when set.
-
Thomas Müller authored
remove comments count because it is not that relevant to show directly
-
Vincent Petry authored
If an app is getting enabled in the web UI, an ajax call is now made to make sure the server still works. If it doesn't, it sends an emergency app disabling call to disable the breaking app.
-