summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #33494 from nextcloud/enh/referencesJulius Härtl2022-08-3115-0/+1042
|\ | | | | Backend for reference metadata fetching
| * Inject all dependnencies and increase cache timeoutJulius Härtl2022-08-313-6/+12
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Refactor cache handlingJulius Härtl2022-08-319-35/+168
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * CleanupJulius Härtl2022-08-3111-53/+131
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Limit preview file sizeJulius Härtl2022-08-311-2/+10
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move registration to IBootstrapJulius Härtl2022-08-314-16/+73
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add full public interfacesJulius Härtl2022-08-317-10/+150
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Implement image cachingJulius Härtl2022-08-313-3/+55
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add cache invalidationJulius Härtl2022-08-311-10/+41
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Implement reference provider based cachingJulius Härtl2022-08-314-13/+56
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Make reference fetching configurableJulius Härtl2022-08-312-10/+14
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * API for fetching reference metadataJulius Härtl2022-08-317-0/+490
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #33756 from nextcloud/enh/noid/admin-settings-directlySimon L2022-08-311-10/+30
|\ \ | |/ |/| add a way to open the admin settings overview directly
| * add a better icon for personal settingsszaimen2022-08-311-1/+1
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
| * add a way to open the admin settings overview directlyszaimen2022-08-301-10/+30
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Merge pull request #33728 from nextcloud/enh/app-menu-vueJulius Härtl2022-08-311-0/+1
|\ \ | | | | | | Move app menu to vue
| * | Move app menu to vueJulius Härtl2022-08-311-0/+1
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / Fix wording of undeliverable push notificationsJoas Schilling2022-08-311-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #33640 from nextcloud/fix/fix-symfony-event-typingCôme Chilliet2022-08-3018-168/+481
|\ | | | | Port Repair and Migrator events to IEventDispatcher
| * Flag repair errors as error level in eventSource->sendCôme Chilliet2022-08-251-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Parameter of RepairAdvanceEvent is actually an increment, not a step idCôme Chilliet2022-08-253-8/+7
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Declare strict types in all new Event classesCôme Chilliet2022-08-258-0/+24
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Add void return types to callablesCôme Chilliet2022-08-251-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate Repair events to OCP\EventDispatcher\EventCôme Chilliet2022-08-2516-128/+385
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate Migrator::executeSql to OCP\EventDispatcher\EventCôme Chilliet2022-08-255-12/+66
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Remove listeners of \OC\DB\Migrator::checkTable which is never emittedCôme Chilliet2022-08-251-6/+0
| | | | | | | | | | | | See commit a2f3077ee802b4b291ba4f846bfceb69ec0f225f from PR #24384 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Moving to string key for arguments of GenericEvent in RepairCôme Chilliet2022-08-253-23/+19
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Switch to string keys for argument of GenericEvent for OC\DB\MigratorCôme Chilliet2022-08-252-23/+12
| | | | | | | | | | | | It seems checkTable is actually never dispatched? Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #33697 from nextcloud/fix/improve-bulk-uploadCôme Chilliet2022-08-303-0/+91
|\ \ | | | | | | Improve bulk upload and add a config switch for it
| * | Add DavUtil to autoloaderCôme Chilliet2022-08-302-0/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Move dav utils functions to OCP\Files\DavUtilCôme Chilliet2022-08-302-49/+89
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix OCP\Util documentation blocksCôme Chilliet2022-08-291-0/+8
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Move Dav fileid and permissions logic into OCP\Util to be able to use it for ↵Côme Chilliet2022-08-291-0/+41
| |/ | | | | | | | | | | BulkUpload Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | remove leading slash for search results at mountpoint rootRobin Appelman2022-08-291-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #33500 from nextcloud/encryption-system-mountVincent Petry2022-08-294-43/+40
|\ \ | | | | | | add marker interface to mark system mount points for encryption
| * | add marker interface to mark system mount points for encryptionRobin Appelman2022-08-254-43/+40
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2022-08-292-2/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | 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
| | |/ | |/| | | | | | | | | | | | | | | | This fix a regression with the theming api following the change in webpack bundling introduced in 24 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | [tx-robot] updated from transifexNextcloud bot2022-08-272-0/+10
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Make it possible to load theme/<themename>/distCarl Schwan2022-08-261-1/+3
|/ / | | | | | | | | | | | | This fix a regression with the theming api following the change in webpack bundling introduced in 24 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Add back TokenCleanupJob to invalidate old temporary tokensThomas Citharel2022-08-256-0/+96
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #33682 from nextcloud/fix/noid/help-page-unavailableblizzz2022-08-251-1/+1
|\ \ | | | | | | Fix opening Help page throwing Exception
| * | app_path cannot be emptyArthur Schiwon2022-08-241-1/+1
| |/ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | 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
| | | | | | | | | | | | | | | | | | | | | As the user folder might be initialized by the root from two levels down the hierarchy, passing this as a parent only works if the path matches Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Save getting the parent node when generating the previewJulius Härtl2022-08-241-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Avoid extra query for the parent node if we can pass it alongJulius Härtl2022-08-242-9/+20
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #33569 from nextcloud/enh/hide-projectsJulius Härtl2022-08-251-0/+2
|\ \ | |/ |/| Add config option to hide deprecated projects in sharing tab by default
| * Hide deprecated projects in sharing tab by defaultChristopher Ng2022-08-181-0/+2
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>