summaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
Commit message (Expand)AuthorAgeFilesLines
...
* Pluggable share providerLouis Chemineau2023-02-021-0/+2
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* chore(OCP): Remove deprecated dashboard interfaces and classesJulius Härtl2023-01-031-3/+1
* Cache available languages locallyJulius Härtl2022-12-071-0/+1
* Add group display name cacheAnna Larch2022-11-281-1/+2
* Fix logo invertJohn Molakvoæ2022-11-161-9/+10
* Add remote host validation APIChristoph Wurst2022-10-311-14/+1
* Emit typed event when preview is requestedJulius Härtl2022-10-271-0/+1
* LDAP to no register new users when outside of fair use or over limitsArthur Schiwon2022-10-181-0/+1
* Improve container return type annotationsJulius Härtl2022-10-141-2/+3
* Use color preset of shipped background as primary colorChristopher Ng2022-10-051-0/+1
* Fix avatar cleanup on user deleteJoas Schilling2022-09-191-3/+3
* Merge pull request #33764 from nextcloud/cloudid-cacheVincent Petry2022-09-011-1/+7
|\
| * adjusts tests for CloudIdManagerRobin Appelman2022-08-311-1/+1
| * cache cloud id data in CloudIdManagerRobin Appelman2022-08-311-1/+7
* | CleanupJulius Härtl2022-08-311-0/+4
|/
* Merge pull request #33593 from nextcloud/improve-binary-cachingCarl Schwan2022-08-241-1/+5
|\
| * Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-231-1/+5
* | Use user displayname cache for comment mentionsJoas Schilling2022-08-191-7/+5
|/
* Merge branch 'master' into display-name-cache-publicCarl Schwan2022-08-151-49/+13
|\
| * Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-1/+1
| * Add a public interface for the bruteforce throttler and register for injectionJoas Schilling2022-07-281-0/+2
| * Cleanup avatar related codeCarl Schwan2022-06-221-48/+10
* | expose displayname cache trough a public interfaceRobin Appelman2022-05-181-0/+5
|/
* Merge pull request #32077 from nextcloud/cleanup/lockCarl Schwan2022-05-121-1/+0
|\
| * Cleanup lock related codeCarl Schwan2022-05-121-1/+0
* | Make it possible to get the appdata folder using the public APICarl Schwan2022-05-111-1/+3
* | Extract the EmojiService from user status and add an OCP interfaceJoas Schilling2022-04-281-0/+2
|/
* Add a metadata service to store file metadataCarl Schwan2022-04-131-4/+8
* Merge pull request #31676 from nextcloud/enh/ocp-owner-lockVincent Petry2022-04-081-0/+6
|\
| * Add public API for owner based lockingJulius Härtl2022-04-041-0/+6
* | Add a built-in profiler inside NextcloudCarl Schwan2022-04-041-6/+12
|/
* Adapted Server to logger migration in constructorsCôme Chilliet2022-03-241-17/+25
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-2/+2
* Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling2022-03-221-3/+12
|\
| * Extract request id handling to dedicated class so it can be injected manuallyJoas Schilling2022-02-231-3/+12
* | Fix unknown Talk broker interfaceChristoph Wurst2022-03-151-0/+4
* | move user mountpoint setup to setupmanagerRobin Appelman2022-03-041-0/+2
* | move teardown logic to SetupManagerRobin Appelman2022-03-041-1/+7
* | Merge pull request #31266 from nextcloud/root-setup-mountproviderRobin Appelman2022-03-041-0/+2
|\ \
| * | move root mount setup to mountprovidersRobin Appelman2022-02-241-0/+2
| |/
* | Add event logging for db and redis connectionJulius Härtl2022-02-281-1/+1
* | Diagnostics event logging to Nextcloud logJulius Härtl2022-02-281-6/+1
|/
* Merge pull request #30016 from nextcloud/techdebt/noid/remove-default-token-p...Joas Schilling2021-12-021-4/+4
|\
| * Remove default token which is deprecated since Nextcloud 13Joas Schilling2021-12-011-4/+4
* | Merge pull request #30028 from nextcloud/bugfix/noid/fix-log_queryJoas Schilling2021-12-021-1/+10
|\ \
| * | Fix log_query config flagJoas Schilling2021-12-011-1/+10
| |/
* / Allow to log DB, redis and LDAP requests into filesJoas Schilling2021-12-011-1/+2
|/
* Move common logic to share managerJoas Schilling2021-11-091-1/+2
* Allow to inject the trusted domain helper by public interfaceJoas Schilling2021-11-031-0/+2