- 08 Oct, 2016 2 commits
-
-
Vincent Petry authored
There is a setup check that prevents installing on Windows. No need to keep the old unsupported Windows code paths. Also fix the posix test that was running the wrong verify method:
-
Vincent Petry authored
-
- 07 Oct, 2016 6 commits
-
-
Jenkins for ownCloud authored
-
Vincent Petry authored
The call to UserList.add() was wrong and was passing "user.lastLogin" as the sort argument which would cause the list to be resorted over and over again for every added item after loading the next page of users.
-
Philipp Schaffrath authored
Fixes incorrect loading of file when using the console from a sibling OC instance directory (#26301)
-
Vincent Petry authored
The check for two factor enforcement would return true for non-existing users. This fix makes it return false in order to be able to perform the regular login which will then fail and return false. This prevents throwing PasswordLoginForbidden for non-existing users.
-
Vincent Petry authored
* Store avatars outside of the home Inside a hidden "metadata-avatars" folder. Doesn't require home FS setup * Fix it * Store avatars in e.g. a/d/admin, using md5 on non alphanumeric characters and refactor tests * Always do an md5 of the user name * Update Util.php * Adjust avatar migration version check * Fix LazyRoot folder to properly return get() value * Fix avatar migration with the new folder * Don't fail move avatar step if user has no home at all * Fix use statement for IRootFolder
-
Thomas Müller authored
* Bring social icons to core * Introduce social sharing * Add missing mail-grey.svg * Add config option to disable social sharing * Smaller icons * Twitter: set shared link as url in twitter field * Fix tooltip to disappear on click
-
- 06 Oct, 2016 2 commits
-
-
Thomas Müller authored
* Show avatar in share drop down * Fix share autocomplete vertical align with avatar
-
Vincent Petry authored
-
- 05 Oct, 2016 6 commits
-
-
Jenkins for ownCloud authored
-
Vincent Petry authored
Move OC\Files\Storage\Shared to the right namespace
-
Vincent Petry authored
-
Joas Schilling authored
-
Vincent Petry authored
Storage 503 message improvements
-
Vincent Petry authored
First login event
-
- 04 Oct, 2016 24 commits
-
-
Jenkins for ownCloud authored
-
Vincent Petry authored
* Add more files plugins to new DAV endpoint Also fix report plugin to properly retrieve the path from the prolongated URL * In case the report is not for this plugin -> simply return to allow other plugins to get executed * Adjust onReport tests to match new behavior
-
Vincent Petry authored
Integration tests refactoring
-
Vincent Petry authored
Fix/exception messages
-
Vincent Petry authored
[9.2] Move console command registration to info.xml for encryption as well …
-
Vincent Petry authored
Php 7.1
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
Delay login of admin user after setup so that firstLogin event can properly be processed for the admin
-
Thomas Müller authored
-
Thomas Müller authored
-
Sergio Bertolín authored
* Changed request to not add a prefix to the url * Expecting forbidden instead of service unavailable * Handling login exceptions
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Vincent Petry authored
[master] Tear down FS between cron jobs
-