summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* CleanupJulius Härtl2022-08-315-41/+77
* Limit preview file sizeJulius Härtl2022-08-311-2/+10
* Move registration to IBootstrapJulius Härtl2022-08-312-9/+63
* Add full public interfacesJulius Härtl2022-08-314-6/+8
* Implement image cachingJulius Härtl2022-08-313-3/+55
* Add cache invalidationJulius Härtl2022-08-311-10/+41
* Implement reference provider based cachingJulius Härtl2022-08-313-13/+53
* Make reference fetching configurableJulius Härtl2022-08-312-10/+14
* API for fetching reference metadataJulius Härtl2022-08-314-0/+401
* Merge pull request #33728 from nextcloud/enh/app-menu-vueJulius Härtl2022-08-311-0/+1
|\
| * Move app menu to vueJulius Härtl2022-08-311-0/+1
* | Fix wording of undeliverable push notificationsJoas Schilling2022-08-311-1/+1
|/
* Merge pull request #33640 from nextcloud/fix/fix-symfony-event-typingCôme Chilliet2022-08-3014-166/+459
|\
| * 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-2513-127/+366
| * Migrate Migrator::executeSql to OCP\EventDispatcher\EventCôme Chilliet2022-08-253-12/+64
| * 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
* | 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-291-43/+4
|\ \
| * | add marker interface to mark system mount points for encryptionRobin Appelman2022-08-251-43/+4
* | | Make it possible to load theme/<themename>/distCarl Schwan2022-08-261-1/+3
| |/ |/|
* | Add back TokenCleanupJob to invalidate old temporary tokensThomas Citharel2022-08-254-0/+92
* | 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-247-127/+135
|\ \
| * | Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-237-127/+135
* | | Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecatedCarl Schwan2022-08-236-128/+29
|\ \ \
| * | | Fix many tests and warningsCarl Schwan2022-08-085-82/+3
| * | | Port existing server code to new interfaceCarl Schwan2022-08-089-54/+34
* | | | 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-234-10/+42
|\ \ \ \ \
| * | | | | Add config option to disable strict session timeout to be able to use read_an...Julius Härtl2022-08-171-3/+7
| * | | | | Reopen sessions if we need to write to them instead of keeping them openJulius Härtl2022-08-174-8/+36
| |/ / / /
* | | | | Merge pull request #33595 from nextcloud/fix/cache-profile-configCarl Schwan2022-08-231-1/+8
|\ \ \ \ \
| * | | | | Cache ConfigProfileCarl Schwan2022-08-181-1/+8
| | |_|/ / | |/| | |
* | | | | Support iMIP invitations from MailAnna Larch2022-08-221-2/+151
* | | | | Use user displayname cache for comment mentionsJoas Schilling2022-08-191-7/+5
| |_|_|/ |/| | |
* | | | Merge pull request #33558 from nextcloud/fix/use-bigger-slice-share-providerVincent Petry2022-08-171-2/+2
|\ \ \ \
| * | | | Use bigger slice in share providerCarl Schwan2022-08-161-2/+2