aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | adjust encryption tests to the new master key defaultBjoern Schiessle2017-07-061-1/+1
| * | | | | | update sharing test to new master key defaultBjoern Schiessle2017-07-061-0/+2
| * | | | | | update file system tests to take the master key into accountBjoern Schiessle2017-07-062-15/+25
| * | | | | | fix and extend dav test to also test the master-key setupBjoern Schiessle2017-07-063-0/+54
| * | | | | | no warning on password change if no encryption module uses per-user keysBjoern Schiessle2017-07-062-5/+54
| * | | | | | since the default for the master key changed we need to write the setting exp...Bjoern Schiessle2017-07-062-1/+84
| * | | | | | add occ command to disable the master key againBjoern Schiessle2017-07-061-0/+89
| * | | | | | improve status messagesBjoern Schiessle2017-07-064-7/+27
| * | | | | | after the master key was loaded we are ready to go, no re-login neededBjoern Schiessle2017-07-063-4/+17
| * | | | | | only collect detailed access list if it is really neededBjoern Schiessle2017-07-064-2/+32
| * | | | | | make master key the new defaultBjoern Schiessle2017-07-062-1/+2
|/ / / / / /
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-07-0612-0/+18
* | | | | | Merge pull request #5404 from nextcloud/use-translated-hint-insteadof-english...blizzz2017-07-051-0/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Use translated Hint instead of english error on password policyJoas Schilling2017-06-141-0/+4
* | | | | | Merge pull request #5231 from nextcloud/migrationsMorris Jobke2017-07-0536-114/+1995
|\ \ \ \ \ \
| * | | | | | Fix autoloader and namespace testMorris Jobke2017-07-053-1/+3
| * | | | | | Add migration for personal settings stuffJoas Schilling2017-07-053-5/+96
| * | | | | | Fix the installer testsJoas Schilling2017-07-052-1/+11
| * | | | | | Fix tests of CodeChecker and MigrationServiceJoas Schilling2017-07-056-29/+84
| * | | | | | Register autoloading before running migrationsJoas Schilling2017-07-052-2/+4
| * | | | | | Update autoloadingJoas Schilling2017-07-052-0/+20
| * | | | | | Check the migration files for table, column and index length errorsJoas Schilling2017-07-053-3/+213
| * | | | | | Fix dropping tables and handle the prefix automaticallyJoas Schilling2017-07-054-11/+148
| * | | | | | Move twofactor_backupcodes to migrationsJoas Schilling2017-07-054-86/+103
| * | | | | | Allow to check the schema in pre and post as wellJoas Schilling2017-07-054-15/+34
| * | | | | | Add a version to migrations, so parallel legacy branches can also have migrat...Joas Schilling2017-07-052-9/+27
| * | | | | | Add author and copyrightJoas Schilling2017-07-053-0/+9
| * | | | | | Do not allow to go back on productive systemsJoas Schilling2017-07-052-2/+24
| * | | | | | Fix code issuesJoas Schilling2017-07-051-11/+16
| * | | | | | Use autoloading instead of require_once from a different dirJoas Schilling2017-07-051-12/+6
| * | | | | | Adjust the code to use our interface and abstractJoas Schilling2017-07-054-78/+99
| * | | | | | Use migrations when there is no database.xmlJoas Schilling2017-07-052-3/+9
| * | | | | | Start migrationsJoas Schilling2017-07-0518-17/+1260
* | | | | | | Merge pull request #5621 from nextcloud/fix-sorting-of-favorite-files-in-file...Morris Jobke2017-07-056-15/+227
|\ \ \ \ \ \ \
| * | | | | | | Fix sorting of favorite filesDaniel Calviño Sánchez2017-07-054-15/+122
| * | | | | | | Add acceptance tests for sorting of favorite filesDaniel Calviño Sánchez2017-07-052-0/+105
* | | | | | | | Merge pull request #5520 from nextcloud/disable-click-on-hintMorris Jobke2017-07-051-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Hint should not be clickableMaxence Lange2017-06-231-2/+2
* | | | | | | | | Merge pull request #5580 from nextcloud/admin-audit-updateMorris Jobke2017-07-0514-238/+346
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Log console commandsJoas Schilling2017-07-012-0/+56
| * | | | | | | | | Listen to app enable/disable eventsJoas Schilling2017-07-012-1/+84
| * | | | | | | | | Move logic to Application classJoas Schilling2017-07-013-223/+152
| * | | | | | | | | Move to PSR-4Joas Schilling2017-07-0112-26/+66
* | | | | | | | | | Merge pull request #5342 from nextcloud/userlist-used-spaceMorris Jobke2017-07-058-179/+384
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Update unit testsMorris Jobke2017-07-051-12/+68
| * | | | | | | | | Added missing PHPDoc for @sinceMorris Jobke2017-06-211-0/+1
| * | | | | | | | | show used space in user listRobin Appelman2017-06-157-167/+315
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #5441 from nextcloud/custom-theme-updateMorris Jobke2017-07-055-0/+149
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add command to apply updates to custom themesJulius Härtl2017-07-055-0/+149
* | | | | | | | | | Merge pull request #5557 from nextcloud/dont-log-passwords-on-dav-exceptions-...blizzz2017-07-053-29/+17
|\ \ \ \ \ \ \ \ \ \