aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
Commit message (Expand)AuthorAgeFilesLines
* Move browserSupportsCspV3 to CSPNonceManagerRoeland Jago Douma2016-10-251-1/+2
* Add ContentSecurityPolicyNonceManagerLukas Reschke2016-10-241-0/+13
* Fixing ctor callThomas Müller2016-10-191-1/+1
* Add config option to update charset of mysql to utf8mb4Morris Jobke2016-10-191-1/+1
* optimize Folder::getById to use less queriesRobin Appelman2016-10-121-2/+2
* Deprecate old app folderRoeland Jago Douma2016-10-051-0/+1
* avatar to appdataRoeland Jago Douma2016-10-051-1/+1
* Initial AppDataRoeland Jago Douma2016-10-051-0/+15
* Cache avatars properlyRoeland Jago Douma2016-08-301-1/+2
* Merge pull request #771 from nextcloud/theming-fixesRoeland Jago Douma2016-08-261-1/+0
|\
| * Remove internal from getThemingDefaultsJulius Haertl2016-08-261-1/+0
* | Merge pull request #1080 from nextcloud/always_lazyrootLukas Reschke2016-08-261-2/+2
|\ \ | |/ |/|
| * Always use the LazyRootRoeland Jago Douma2016-08-261-2/+2
* | Merge pull request #1026 from nextcloud/theming-extend-defaultsRoeland Jago Douma2016-08-261-5/+6
|\ \ | |/ |/|
| * Use the lazy root to make tests pass 🙈Joas Schilling2016-08-241-1/+1
| * Theming: Add logo and background to ThemingDefaultsJulius Haertl2016-08-241-5/+6
* | Dark autoloader magic for ThemingDefaultsRoeland Jago Douma2016-08-241-4/+10
|/
* Fix loading of ThemingDefaultsJulius Haertl2016-08-191-1/+1
* let the containers resolving capabilities find and instantiate the right serviceArthur Schiwon2016-08-181-4/+4
* Merge branch 'master' into implement_712Arthur Schiwon2016-08-161-1/+1
|\
| * Make the capabilities manager more error proofRoeland Jago Douma2016-08-151-1/+1
* | satisfy dependencies for files_externalArthur Schiwon2016-08-151-0/+5
* | added some missed diagnosis outputArthur Schiwon2016-08-121-1/+2
* | rename "Tenmplate" to "ThemingDefaults" to make the auto loader happy"Bjoern Schiessle2016-08-121-2/+2
* | Initial work on Apps page split:Arthur Schiwon2016-08-091-0/+18
|/
* introduce NEXTCLOUD_CONFIG_DIR env variable (see #300)Damjan Georgievski2016-07-291-1/+1
* Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-271-2/+3
|\
| * Merge pull request #523 from Faldon/masterJoas Schilling2016-07-251-2/+3
| |\
| | * Changed logtype to file instead of owncloud.Thomas Pulzer2016-07-221-2/+3
* | | Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-251-1/+8
|\| |
| * | Make sure we try to autoload the classJoas Schilling2016-07-221-1/+8
| |/
* / New LDAPProvider for user_ldaproot2016-07-221-0/+19
|/
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-4/+6
* Implement brute force protectionLukas Reschke2016-07-201-0/+16
* Fix maintenance modeJoas Schilling2016-07-191-1/+1
* Use the themed Defaults everywhereJoas Schilling2016-07-151-1/+1
* Merge pull request #59 from nextcloud/theming-appLukas Reschke2016-06-271-0/+20
|\
| * Check if server is installedLukas Reschke2016-06-271-1/+1
| * Migrate logic to dynamic controllerLukas Reschke2016-06-271-0/+20
* | check password for link sharesBjoern Schiessle2016-06-271-2/+3
|/
* Update license headersLukas Reschke2016-05-261-3/+3
* do not allow client password logins if token auth is enforced or 2FA is enabledChristoph Wurst2016-05-241-1/+1
* Merge pull request #24559 from owncloud/2faVincent Petry2016-05-231-0/+12
|\
| * add OCC command to enable/disable 2FA for a userChristoph Wurst2016-05-231-1/+1
| * Add two factor auth to coreChristoph Wurst2016-05-231-0/+12
* | list user's auth tokens on the personal settings pageChristoph Wurst2016-05-231-1/+2
|/
* Lock jobs while executing them, to allow multiple executors to run in parallelJoas Schilling2016-05-211-1/+5
* a single token provider sufficesChristoph Wurst2016-05-181-5/+1
* use mount providers to setup home storages (#24567)Robin Appelman2016-05-171-0/+4