summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31173 from nextcloud/enhancement/user_migration-version-h...Côme Chilliet2022-02-224-0/+99
|\
| * Please drone checkersCôme Chilliet2022-02-211-0/+2
| * Avoid passing both $importSource and $version while version comes from sourceCôme Chilliet2022-02-173-8/+14
| * Improve version handling for user_migrationCôme Chilliet2022-02-174-3/+31
| * Add version handling to IMigratorCôme Chilliet2022-02-172-0/+63
* | Merge pull request #30367 from nextcloud/fix/minor-api-doc-fixJulius Härtl2022-02-182-2/+5
|\ \
| * | Fix some issues with the API documentationCarl Schwan2022-02-172-2/+5
| |/
* | Merge pull request #31141 from nextcloud/fix/better-cache-policyCarl Schwan2022-02-171-2/+2
|\ \
| * | Improve caching policyCarl Schwan2022-02-161-2/+2
* | | Add Transactional trait for atomic DB operationsChristoph Wurst2022-02-171-0/+70
| |/ |/|
* | Extend export destination interfaceChristopher Ng2022-02-111-2/+13
* | Allow registration of migratorsChristopher Ng2022-02-114-0/+205
|/
* Merge pull request #31007 from nextcloud/enhancement/bootstrap-calendar-resou...Christoph Wurst2022-02-093-4/+38
|\
| * Move calendar resource/room backend registration to IBootstrapChristoph Wurst2022-02-073-4/+38
* | Allow apps to specify if their background job can be delayedJoas Schilling2022-02-073-2/+44
|/
* Merge pull request #30354 from nextcloud/enhancement/talk-apiJoas Schilling2022-02-046-0/+263
|\
| * Add a Talk API for OCPChristoph Wurst2022-02-046-0/+263
* | Merge pull request #30888 from nextcloud/comments-interfaceJoas Schilling2022-02-041-0/+53
|\ \
| * | Update ICommentsManager with reaction methodsVitor Mattos2022-02-031-0/+53
* | | +getCollection(): string;Maxence Lange2022-02-031-0/+11
| |/ |/|
* | send request id in response headerRobin Appelman2022-02-011-0/+7
|/
* Merge pull request #30794 from nextcloud/techdebt/noid/allow-to-get-comments-...Joas Schilling2022-01-281-0/+24
|\
| * Fix typo in deprecatedJoas Schilling2022-01-211-2/+2
| * Allow to get comments with a given set of verbsJoas Schilling2022-01-211-0/+24
* | Merge pull request #30855 from nextcloud/psalm/themingJohn Molakvoæ2022-01-272-4/+4
|\ \
| * | Fix registerEventListener issuesCarl Schwan2022-01-271-2/+2
| * | Fix psalm issues in theming appCarl Schwan2022-01-261-2/+2
* | | Merge pull request #30822 from nextcloud/bugfix/29287/remove-create-function-...Joas Schilling2022-01-261-9/+0
|\ \ \ | |/ / |/| |
| * | Remove createPluralFunction which is replaced by Symfony\Translations libJoas Schilling2022-01-241-9/+0
* | | Merge pull request #30763 from nextcloud/feature/noid/allow-to-log-audit-to-s...John Molakvoæ2022-01-251-2/+4
|\ \ \
| * | | Allow to get custom loggers for syslog, errorlog and systemdlog tooJoas Schilling2022-01-191-2/+4
* | | | Add specific psalm-return for getAllUserValuesCôme Chilliet2022-01-241-0/+1
* | | | Fix signatures and null $userId corner caseCôme Chilliet2022-01-241-1/+1
* | | | Add a new method getAllUserValues($userId) to IConfigCôme Chilliet2022-01-241-0/+12
| |/ / |/| |
* | | Merge pull request #30379 from nextcloud/feature/add-comments-reactionsJoas Schilling2022-01-212-2/+23
|\ \ \ | |_|/ |/| |
| * | Remove order from groupConcat as it is not working everywhereJoas Schilling2022-01-211-2/+1
| * | Fix groupConcat and ordering on OracleVitor Mattos2022-01-211-1/+2
| * | Prevent query error when use subqueryVitor Mattos2022-01-211-2/+2
| * | Add comments reactionsVitor Mattos2022-01-211-0/+21
| |/
* | Merge pull request #30471 from nextcloud/enh/cast-char-mysqlJoas Schilling2022-01-201-0/+1
|\ \ | |/ |/|
| * Explicitly cast char in the query builderJulius Härtl2022-01-041-0/+1
* | Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan2022-01-131-1/+1
|\ \
| * | Check style updateCarl Schwan2022-01-131-1/+1
* | | Streamline reseting of private static propertiesLouis Chemineau2022-01-111-10/+0
* | | Revert "Streamline reseting of private static properties"Louis Chemineau2022-01-101-0/+10
* | | Streamline reseting of private static propertiesLouis Chemineau2022-01-101-10/+0
* | | Reset $scriptDeps in testsLouis Chemineau2022-01-081-0/+10
* | | Merge pull request #30378 from nextcloud/feature/accept-multiple-args-on-concatJoas Schilling2022-01-071-3/+3
|\ \ \ | |/ / |/| |
| * | Accept multipe args on concatVitor Mattos2022-01-061-3/+3
* | | Merge pull request #29921 from nextcloud/feature/noid/allow-to-count-commment...Joas Schilling2022-01-051-0/+11
|\ \ \ | |/ / |/| |