aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* / Fix typo in @deprecated PHPDoc tagMorris Jobke2020-11-241-1/+1
|/
* Allow View to be used via DIMorris Jobke2020-11-211-0/+3
* Auto-wire as much as possible in the encryption appMorris Jobke2020-11-201-4/+10
* Remove old OC_Hook for OC_Group eventsMorris Jobke2020-11-101-14/+0
* fix: also remove use statement of UserCreatedEventTobias Assmann2020-11-051-1/+0
* fix: no more translation from postCreateUser hook to UserCreatedEvent anymore...Tobias Assmann2020-11-041-4/+0
* Improve CertificateManager to not be user context dependentMorris Jobke2020-11-031-37/+7
* Use PSR logger in authenticationJoas Schilling2020-10-121-1/+1
* Clean up the serverChristoph Wurst2020-10-091-227/+263
* Deprecate the named alias of IBusChristoph Wurst2020-10-071-3/+3
* Merge pull request #23248 from nextcloud/techdebt/server-getters-query-getRoeland Jago Douma2020-10-071-102/+103
|\
| * Use the ContainerInterface::get inside the server containerChristoph Wurst2020-10-071-102/+103
* | Use the correct l10n for activitiesRoeland Jago Douma2020-10-071-1/+1
|/
* Add occ command to set theming valuesJulius Härtl2020-09-241-1/+1
* Specific version for @deprecated PHPDocMorris Jobke2020-09-161-91/+92
* Don't create a deprecation log in base.phpJoas Schilling2020-09-101-1/+1
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-0/+1
* Add missing alias for OCP\Settings\IManager and deprecate the old oneJoas Schilling2020-09-041-10/+3
* Fix app password updating out of boundsRoeland Jago Douma2020-09-031-0/+3
* Merge pull request #21288 from lmamane/masterRoeland Jago Douma2020-08-281-2/+2
|\
| * Return correct loginname in credentials,Lionel Elie Mamane2020-08-201-2/+2
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+0
* | Merge pull request #22331 from nextcloud/bugfix/noid/dont-use-deprecated-inig...Roeland Jago Douma2020-08-201-2/+2
|\ \
| * | Don't use deprecated getIniWrapper() anymoreJoas Schilling2020-08-201-2/+2
| |/
* | Merge pull request #21529 from nextcloud/enh/encryption/improve_key_formatMorris Jobke2020-08-201-1/+1
|\ \ | |/ |/|
| * New SSE key formatRoeland Jago Douma2020-08-201-1/+1
* | Properly inject IRouter into URLGenerator to properly encapsulate testsMorris Jobke2020-08-191-10/+1
|/
* Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-1/+1
* Fix more MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-141-9/+9
* Add @deprecated labels for server DI containter aliasesMorris Jobke2020-08-131-0/+64
* Use registerDeprecatedAlias for non-namespaced aliasesMorris Jobke2020-08-131-3/+3