summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reset app configs by deleting the values instead of setting the defaultsDaniel Calviño Sánchez2020-11-165-18/+31
* Add unit tests for "validateExpirationDateInternal"Daniel Calviño Sánchez2020-11-161-0/+284
* Fix default internal expiration dateDaniel Calviño Sánchez2020-11-161-3/+3
* Add explicit time to test date for clarityDaniel Calviño Sánchez2020-11-121-3/+5
* Add unit test for expiration date with date and with defaultDaniel Calviño Sánchez2020-11-121-0/+28
* Fix unit test for expiration date without date but with defaultDaniel Calviño Sánchez2020-11-121-7/+5
* Fix unit test method nameDaniel Calviño Sánchez2020-11-121-1/+1
* Fix unit test for verifying enforced valid expiration date.Daniel Calviño Sánchez2020-11-121-0/+1
* Fix unit test for verifying enforced expire date too far in the futureDaniel Calviño Sánchez2020-11-121-8/+5
* Add unit tests to enforce a relaxed default share expiration dateDaniel Calviño Sánchez2020-11-121-0/+21
* Remove wrong and misleading commentDaniel Calviño Sánchez2020-11-121-2/+0
* Remove extra spacesDaniel Calviño Sánchez2020-11-121-10/+6
* Fix typo in variable nameDaniel Calviño Sánchez2020-11-121-129/+129
* Fix typos in method namesDaniel Calviño Sánchez2020-11-121-9/+9
* Merge pull request #24065 from nextcloud/enh/pimp_accessibilitycontrollerChristoph Wurst2020-11-121-31/+4
|\
| * Pimp the accesibility controllerRoeland Jago Douma2020-11-111-31/+4
* | [tx-robot] updated from transifexNextcloud bot2020-11-1228-388/+60
* | Merge pull request #24063 from nextcloud/techdebt/noid/switch-to-class-names-...Morris Jobke2020-11-112-46/+46
|\ \
| * | Change to full class names for the encryption app DI in preparation of auto-w...Morris Jobke2020-11-112-46/+46
* | | Merge pull request #24037 from nextcloud/enh/reflectionparamter_getclass_depr...Roeland Jago Douma2020-11-111-6/+6
|\ \ \ | |_|/ |/| |
| * | ReflectionParamter::getClass is deprecatedRoeland Jago Douma2020-11-111-6/+6
|/ /
* | Merge pull request #24060 from nextcloud/revert-24039-faster-installationMorris Jobke2020-11-113-49/+3
|\ \
| * | Revert "Installation goes brrrr"Christoph Wurst2020-11-113-49/+3
|/ /
* | Merge pull request #24054 from nextcloud/bugfix/noid/calendar-repair-oracleMorris Jobke2020-11-111-0/+32
|\ \ | |/ |/|
| * Manually iterate over calendardata when oracle is usedJulius Härtl2020-11-111-0/+32
* | Merge pull request #24039 from nextcloud/faster-installationJoas Schilling2020-11-113-3/+49
|\ \
| * | Don't create a schema to check if the migrations table existsJoas Schilling2020-11-111-0/+5
| * | Reduce the number of schemas we generate when we just run all migrations anywayJoas Schilling2020-11-111-0/+41
| * | Only update the schema when we install anywayJoas Schilling2020-11-112-3/+3
| |/
* | Merge pull request #23915 from st3iny/fix/noid/png-icons-in-caldav-reminder-e...Morris Jobke2020-11-116-8/+8
|\ \
| * | Use png icons in caldav reminder emailsRichard Steinmetz2020-11-076-8/+8
* | | Merge pull request #24038 from nextcloud/techdebt/noid/remove-unused-static-m...Morris Jobke2020-11-111-49/+0
|\ \ \ | |_|/ |/| |
| * | Remove unused and deprecated methods from files_external MountConfigMorris Jobke2020-11-101-49/+0
* | | Merge pull request #24041 from nextcloud/techdebt/noid/remove-oc_hooks-for-gr...Julius Härtl2020-11-111-14/+0
|\ \ \
| * | | Remove old OC_Hook for OC_Group eventsMorris Jobke2020-11-101-14/+0
* | | | Merge pull request #23882 from nextcloud/tests/oracleJoas Schilling2020-11-1141-91/+905
|\ \ \ \
| * | | | Fix unique key in test tableJoas Schilling2020-11-101-4/+8
| * | | | Fix naming of jobs and stepsJoas Schilling2020-11-101-17/+20
| * | | | Update baseline, I'm sorryJoas Schilling2020-11-101-5/+19
| * | | | Fix CSJoas Schilling2020-11-104-0/+4
| * | | | Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-1016-8/+347
| * | | | Replace the credentials table with one that can have empty userJoas Schilling2020-11-108-19/+182
| * | | | Don't try to update on NotNullConstraintViolationException, only on unique or...Joas Schilling2020-11-101-0/+3
| * | | | Fix comparing the empty string for global credentialsJoas Schilling2020-11-102-11/+26
| * | | | Empty string is returned as null, but empty string in file cache is the root ...Joas Schilling2020-11-102-2/+11
| * | | | Fix public calendars as they are stored with null on oracleJoas Schilling2020-11-101-12/+34
| * | | | Make sure columns with an empty default are nullable for OracleJoas Schilling2020-11-1015-9/+138
| * | | | Fix "Invalid fetch style: 12" on OracleJoas Schilling2020-11-101-2/+5
| * | | | Make the test pass on repeating callsJoas Schilling2020-11-101-2/+7
| * | | | Skip the insertIfNotExists() tests on Oracle because it doesn't work with clobJoas Schilling2020-11-101-0/+20