- 28 Sep, 2014 1 commit
-
-
Jenkins for ownCloud authored
-
- 27 Sep, 2014 3 commits
-
-
Morris Jobke authored
Added spinners in share dropdown
-
Morris Jobke authored
for whitelabeled edition, show branding name (e.g. 'ownCloud') instead of appname in header bar
-
Jenkins for ownCloud authored
-
- 26 Sep, 2014 8 commits
-
-
Vincent Petry authored
Clicking on labels while the spinner is there will not trigger the hidden checkbox any more.
-
Jan-Christoph Borchardt authored
-
Lukas Reschke authored
catch and log exception in OC_Helper::cleanTmp()
-
Lukas Reschke authored
-
Vincent Petry authored
Added spinners for the following actions: - adding user - removing user - changing password - toggling allowing upload - setting a password
-
Thomas Müller authored
-
Thomas Müller authored
Fix dav permissions for folders
-
Jenkins for ownCloud authored
-
- 25 Sep, 2014 5 commits
-
-
Robin Appelman authored
Don't keep the full info of all children in memory
-
Vincent Petry authored
Don't complain about non-writable datadirs before we're installed
-
Robin Appelman authored
-
Robin Appelman authored
-
Jenkins for ownCloud authored
-
- 24 Sep, 2014 13 commits
-
-
Morris Jobke authored
Clarify possible preview providers for type Office
-
Morris Jobke authored
Disable external code coverage
-
Lukas Reschke authored
-
Lukas Reschke authored
a
-
Clark Tomlinson authored
Show a proper error message when trying to scan the filesystem for a non...
-
Thomas Müller authored
Show login again instead of JSON if CSRF check fails
-
Robin Appelman authored
-
Robin Appelman authored
-
Lukas Reschke authored
user/backed: use pow of two for backed action constants
-
Morris Jobke authored
Drop only if exists
-
Lukas Reschke authored
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
- 23 Sep, 2014 10 commits
-
-
Morris Jobke authored
Check for blacklisted characters
-
Volkan Gezer authored
fix filepicker home icon being partly hidden, fix #10169
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/11264 (This should in future get moved to the mountpoint class - but that is something for @icewind1991 ;-))
-
Lukas Reschke authored
Do not show exception to the end-user - use a proper error page instead
-
Vincent Petry authored
Moved WebDAV check to client side JS
-
Tigran Mkrtchyan authored
the current implementation limits number of possible backed actions to 8 as it uses pow of 16 for constants. This change introduces pow of two and allows up-to 32 actions to be defined. The old values are preserved for backward compatibility.
-
Lukas Reschke authored
Previously a JSON error page was shown to the user in-case the CSRF token was not valid. This was confusing and prevented people from login. With this at least the login page is shown again and not a JSON error message. I consider this as sufficient since adding a new error page just for this sake would uneededly make lib/base.php even more cluttered and this is a edge-case which optimally should anyways not happen that often. This can be tested by opening the login page, then clearing the cookies, and trying to login.
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
DragnDrop Upload text style
-
Thomas Müller authored
send browsers timezone back tp the server on login
-