summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prefer custom theme over theming appJulius Härtl2017-07-125-42/+77
* [tx-robot] updated from transifexNextcloud bot2017-07-0726-78/+138
* Merge pull request #5424 from nextcloud/moveFromCache-from-sharedMorris Jobke2017-07-067-3/+313
|\
| * adjust to moved repair stepRobin Appelman2017-06-293-4/+14
| * Run repair step only onceMorris Jobke2017-06-225-5/+11
| * Add repair step for invalid pathsRobin Appelman2017-06-213-2/+236
| * fix moving folders out of a cache jailRobin Appelman2017-06-152-1/+61
* | Merge pull request #5174 from nextcloud/new-encryption-defaultMorris Jobke2017-07-0623-36/+387
|\ \
| * | 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