summaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move preview provider registration to bootstrapRoeland Jago Douma2021-10-211-1/+4
* Merge pull request #28728 from nextcloud/add-database-backend-limiterLukas Reschke2021-09-131-4/+14
|\
| * Adjust logic to store period instead of current timestampLukas Reschke2021-09-061-1/+1
| * Add database ratelimiting backendLukas Reschke2021-09-061-4/+14
* | implement verification for additional mailsArthur Schiwon2021-09-091-0/+4
|/
* Allow to get a local cloud id without going through the contacts managerJulius Härtl2021-07-141-1/+1
* ensure that factoryClass exisits before instantiationArthur Schiwon2021-06-301-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* allow excluding groups from creating link sharesRobin Appelman2021-05-121-1/+2
* Fix unit testsJoas Schilling2021-04-271-4/+5
* Improve networking checksLukas Reschke2021-04-061-0/+19
* make ILDAPProviderFactory usable when there is no ldap setupRobin Appelman2021-03-311-3/+12
* Add known user check in avatar when v2-private scopeVincent Petry2021-03-261-1/+3
* Add new v2-private account scopeVincent Petry2021-03-261-1/+3
* files: Create files from template APIJulius Härtl2021-01-281-0/+3
* Compare and store the login name via the eventJoas Schilling2021-01-201-1/+1
* Cleanup the constructorJoas Schilling2021-01-181-1/+0
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-1/+4
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-2/+1
* Merge pull request #24319 from nextcloud/techdebt/noid/streamline-user-creati...Christoph Wurst2020-11-261-12/+4
|\
| * Streamline user creation and deletion eventsMorris Jobke2020-11-231-12/+4
* | set the display name of federated sharees from addressbookArthur Schiwon2020-11-241-1/+1
* | Merge pull request #24312 from nextcloud/bugfix/noid/fix-router-aliasRoeland Jago Douma2020-11-241-1/+3
|\ \
| * | Add proper alias for internal router classJulius Härtl2020-11-241-1/+3
| |/