aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add an event merger and use it for the files activitiesJoas Schilling2016-11-251-0/+5
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #2076 from nextcloud/log_preview_accessMorris Jobke2016-11-181-1/+2
|\ | | | | Dispatch event on preview request
| * Dispatch event on preview requestRoeland Jago Douma2016-11-101-1/+2
| | | | | | | | | | | | Fixes: #73 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Improve cachingJulius Haertl2016-11-181-1/+2
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | basic lockdown logicRobin Appelman2016-11-161-0/+11
| | | | | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* | Fix activity manager testsJoas Schilling2016-11-161-2/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Get correct L10N for Settings ManagerRoeland Jago Douma2016-11-101-1/+1
|/ | | | | | Fixes #2022 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use a php class for the definitions to avoid loading problemsJoas Schilling2016-11-091-2/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move Ipreview to more of DI thingyRoeland Jago Douma2016-11-031-1/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Watch for file modification/deletionRoeland Jago Douma2016-11-031-0/+10
| | | | | | | * Only connect the watcher once the instance is properly setup else AppData fails hard. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* DI for root.phpLukas Reschke2016-11-021-1/+8
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix missing update of session, when it was already used.Joas Schilling2016-11-021-2/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1347 from nextcloud/bring-back-remember-meMorris Jobke2016-11-021-2/+2
|\ | | | | fix remember me login
| * inject ISecureRandom into user session and use injected config tooChristoph Wurst2016-11-021-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * bring back remember-meChristoph Wurst2016-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | * try to reuse the old session token for remember me login * decrypt/encrypt token password and set the session id accordingly * create remember-me cookies only if checkbox is checked and 2fa solved * adjust db token cleanup to store remembered tokens longer * adjust unit tests Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Remove non-required getterLukas Reschke2016-10-311-7/+0
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Add update supportLukas Reschke2016-10-311-0/+32
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Use new appstore APILukas Reschke2016-10-311-7/+0
|/ | | | | | This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Move browserSupportsCspV3 to CSPNonceManagerRoeland Jago Douma2016-10-251-1/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add ContentSecurityPolicyNonceManagerLukas Reschke2016-10-241-0/+13
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fixing ctor callThomas Müller2016-10-191-1/+1
|
* Add config option to update charset of mysql to utf8mb4Morris Jobke2016-10-191-1/+1
| | | | | * fully optional * requires additional options set in the database
* optimize Folder::getById to use less queriesRobin Appelman2016-10-121-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Deprecate old app folderRoeland Jago Douma2016-10-051-0/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* avatar to appdataRoeland Jago Douma2016-10-051-1/+1
| | | | | | * Fix AvatarTest Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Initial AppDataRoeland Jago Douma2016-10-051-0/+15
| | | | | | | | | | | | * Introduce simpleFS * Introduce IAppData * Introduce AppData Factory to get your AppData folder * Update FileDisplayResponse * AppData implements a ISimpleRoot but lazy. So only if an apps starts to access data will stuff get initialized Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Cache avatars properlyRoeland Jago Douma2016-08-301-1/+2
| | | | | * Set proper caching headers for avatars (15 minutes) * For our own avatar use some extra logic to invalidate when we update
* Merge pull request #771 from nextcloud/theming-fixesRoeland Jago Douma2016-08-261-1/+0
|\ | | | | Theming: Fix missing color usage
| * 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 LazyRoot
| * 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
|\ \ | |/ |/| Theming: Add logo and background to ThemingDefaults
| * 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
| | | | | | | | | | | | | | If an app registers an invalid capabilty we should not crash hard. Instead we should catch the exception. Log it (error) and carry on. * Added tests
* | 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
|/ | | | | | * interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app
* introduce NEXTCLOUD_CONFIG_DIR env variable (see #300)Damjan Georgievski2016-07-291-1/+1
| | | | | | | | | | | | | | | nextcloud by default uses the `/config/` directory in the source/application tree for its config file(s). with this commit that directory can be overridden by the `NEXTCLOUD_CONFIG_DIR` environment variable. in uwsgi, you would use the option `--env "NEXTCLOUD_CONFIG_DIR=/tmp/nx-config/"` in apache `SetENV …` and the cli command can be run with: `NEXTCLOUD_CONFIG_DIR=/tmp/nx-config ./occ` (or just use `export` once in the shell). NEXTCLOUD_CONFIG_DIR can be supplied with or without the trailing slash (`/`), but in all cases `$configDir` will have it automatically added if needed. The other changes are several occurrences of `OC::$SERVERROOT . '/config'` to `OC::$configDir`.
* 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
| |\ | | | | | | Renamed file logging
| | * Changed logtype to file instead of owncloud.Thomas Pulzer2016-07-221-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Updated the config sample to point to log_type='file' - Renamed the Class for logfile logging to File in namespace 'OC\Log\'. Changed the occurrences of 'OC\Log\Owncloud' to 'OC\Log\File'. - Renamed the Class for log:file command to File in namespace 'OC\Core\Command\Log\File'. Changed registration of the command to use 'OC\Core\Command\Log\File'. - Changed default Syslog tag to Nextcloud - Retained backwards compatibility for configs with 'logtype' => 'owncloud' - Adjusted tests for the new file log. Closes #490.
* | | 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
|/