summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* adjusts tests for CloudIdManagerRobin Appelman2022-08-311-1/+1
* cache cloud id data in CloudIdManagerRobin Appelman2022-08-312-7/+80
* Merge pull request #33640 from nextcloud/fix/fix-symfony-event-typingCôme Chilliet2022-08-3018-168/+481
|\
| * Flag repair errors as error level in eventSource->sendCôme Chilliet2022-08-251-1/+1
| * Parameter of RepairAdvanceEvent is actually an increment, not a step idCôme Chilliet2022-08-253-8/+7
| * Declare strict types in all new Event classesCôme Chilliet2022-08-258-0/+24
| * Add void return types to callablesCôme Chilliet2022-08-251-2/+2
| * Migrate Repair events to OCP\EventDispatcher\EventCôme Chilliet2022-08-2516-128/+385
| * Migrate Migrator::executeSql to OCP\EventDispatcher\EventCôme Chilliet2022-08-255-12/+66
| * Remove listeners of \OC\DB\Migrator::checkTable which is never emittedCôme Chilliet2022-08-251-6/+0
| * Moving to string key for arguments of GenericEvent in RepairCôme Chilliet2022-08-253-23/+19
| * Switch to string keys for argument of GenericEvent for OC\DB\MigratorCôme Chilliet2022-08-252-23/+12
* | Merge pull request #33697 from nextcloud/fix/improve-bulk-uploadCôme Chilliet2022-08-303-0/+91
|\ \
| * | Add DavUtil to autoloaderCôme Chilliet2022-08-302-0/+2
| * | Move dav utils functions to OCP\Files\DavUtilCôme Chilliet2022-08-302-49/+89
| * | Fix OCP\Util documentation blocksCôme Chilliet2022-08-291-0/+8
| * | Move Dav fileid and permissions logic into OCP\Util to be able to use it for ...Côme Chilliet2022-08-291-0/+41
| |/
* | remove leading slash for search results at mountpoint rootRobin Appelman2022-08-291-1/+1
* | Merge pull request #33500 from nextcloud/encryption-system-mountVincent Petry2022-08-294-43/+40
|\ \
| * | add marker interface to mark system mount points for encryptionRobin Appelman2022-08-254-43/+40
* | | [tx-robot] updated from transifexNextcloud bot2022-08-292-2/+2
* | | Merge pull request #33694 from nextcloud/fix/load-themedir-distJohn Molakvoæ2022-08-281-3/+3
|\ \ \
| * | | Make it possible to load theme/<themename>/distCarl Schwan2022-08-261-1/+3
| | |/ | |/|
* | | [tx-robot] updated from transifexNextcloud bot2022-08-272-0/+10
* | | Make it possible to load theme/<themename>/distCarl Schwan2022-08-261-1/+3
|/ /
* | Add back TokenCleanupJob to invalidate old temporary tokensThomas Citharel2022-08-256-0/+96
* | Merge pull request #33682 from nextcloud/fix/noid/help-page-unavailableblizzz2022-08-251-1/+1
|\ \
| * | app_path cannot be emptyArthur Schiwon2022-08-241-1/+1
| |/
* | Merge pull request #33602 from nextcloud/perf/parent-nodeJulius Härtl2022-08-253-12/+25
|\ \
| * | Only pass parent if paths matchJulius Härtl2022-08-241-3/+5
| * | Save getting the parent node when generating the previewJulius Härtl2022-08-241-1/+1
| * | Avoid extra query for the parent node if we can pass it alongJulius Härtl2022-08-242-9/+20
| |/
* | Merge pull request #33569 from nextcloud/enh/hide-projectsJulius Härtl2022-08-251-0/+2
|\ \ | |/ |/|
| * Hide deprecated projects in sharing tab by defaultChristopher Ng2022-08-181-0/+2
* | Merge pull request #33593 from nextcloud/improve-binary-cachingCarl Schwan2022-08-2411-127/+204
|\ \
| * | Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-2311-127/+204
* | | Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecatedCarl Schwan2022-08-2312-157/+91
|\ \ \
| * | | Fix many tests and warningsCarl Schwan2022-08-087-86/+3
| * | | Port existing server code to new interfaceCarl Schwan2022-08-0811-55/+36
| * | | Deprecated ILogger from IJobCarl Schwan2022-08-084-25/+61
* | | | Merge pull request #33574 from nextcloud/search-share-query-filter-no-initVincent Petry2022-08-231-2/+6
|\ \ \ \
| * | | | directly build the search filter for shared storage instead of setting up the...Robin Appelman2022-08-171-2/+6
* | | | | Merge pull request #32162 from nextcloud/enh/session-reopenVincent Petry2022-08-236-14/+63
|\ \ \ \ \
| * | | | | Move setting of gc_maxlifetime to initSessionJulius Härtl2022-08-171-3/+2
| * | | | | Add config option to disable strict session timeout to be able to use read_an...Julius Härtl2022-08-172-4/+17
| * | | | | Reopen sessions if we need to write to them instead of keeping them openJulius Härtl2022-08-176-8/+45
| |/ / / /
* | | | | Merge pull request #33595 from nextcloud/fix/cache-profile-configCarl Schwan2022-08-231-1/+8
|\ \ \ \ \
| * | | | | Cache ConfigProfileCarl Schwan2022-08-181-1/+8
| | |_|/ / | |/| | |
* | | | | Merge pull request #33001 from nextcloud/enh/imip-invitations-responsesAnna2022-08-233-2/+174
|\ \ \ \ \
| * | | | | Support iMIP invitations from MailAnna Larch2022-08-223-2/+174