Commit Graph

1116 Commits (ff4c8e9beea6c66b016f2fa59569d4e7cdeb921d)

Author SHA1 Message Date
Arthur Schiwon 9b7ef2962e
remove listeners to OC_Filesystem::(write|rename) old style hooks 3 years ago
Julius Härtl 80f6a5834a
Refactor cache handling 3 years ago
Andy Xheli 12c8123873
Makes untrusted domain error on info 3 years ago
Julius Härtl 1b43fbe06c
Move setting of gc_maxlifetime to initSession 3 years ago
Julius Härtl 9e1d431255
Add config option to disable strict session timeout to be able to use read_and_close 3 years ago
Julius Härtl 9b4b72826a
Reopen sessions if we need to write to them instead of keeping them open 3 years ago
Christoph Wurst 0ed987a8dd
Set special header for 503 maintenance mode 3 years ago
Christoph Wurst a1149b0378
Do not redirect if requested CSS can not be found 3 years ago
Christoph Wurst 222a9523b5
Fix 404 handling of requested JSON/XML 4 years ago
Joas Schilling a6ca9d592d
Revert "Remove call to already default php.ini values" 4 years ago
Robin Appelman a67bf03ac0
reorder startup events to fix overlapping 4 years ago
Micke Nordin 0ace1831f4
Fix suggestions by @artonage 4 years ago
Julius Härtl d3acf8203d
Properly import maintenance script 4 years ago
Julius Härtl 9a6869943e
Introduce event for loading additional script on projects 4 years ago
Git'Fellow f110ff9f4d
Remove default values 4 years ago
Mikael Nordin 30fe91a77f
Simpler version as proposed by @artonage 4 years ago
Micke Nordin 259664468a
Respect user settings in php.ini if they are big enough 4 years ago
Carl Schwan 7d272c54d0 Add a built-in profiler inside Nextcloud 4 years ago
Julius Härtl eede608c0e
Add event logging to app loading 4 years ago
Côme Chilliet 63d7e7c798
Build OC\Core\Application when running occ or cron to register listeners correctly 4 years ago
Joas Schilling 07a9f34385
Extract request id handling to dedicated class so it can be injected manually 4 years ago
Pierre Ozoux e6d9ef2e38 Makes untrusted domain error a warning. 4 years ago
Louis Chemineau b46ff973e0 Use less deprecated methods in base.php 4 years ago
Joas Schilling c8bfd8a559
Load core before the update script 4 years ago
John Molakvoæ (skjnldsv) b664aad7ab
Move bundles to /dist 4 years ago
Valdnet 03889d1297
l10n: Separate words 4 years ago
Joas Schilling 03936d7762
Fix basic auth for OAuth token endpoint 4 years ago
Daniel Rudolf 4d7430949a
Remove usage of \OC_Util::getDefaultPageUrl() and \OC_Util::redirectToDefaultPage() 4 years ago
Gary Kim b78f3a57d1
Migrate HintException to OCP 5 years ago
Arthur Schiwon 638c04d6e0
accounts event handler to use eventdispatcher, DI and Accounts API 5 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Joas Schilling b4b2947248
Deduplicate translations and fix double . 5 years ago
Joas Schilling 167efa19d7
Fix psalm errors 5 years ago
J0WI a369933084 Fix ini_set() type 5 years ago
Joas Schilling f35d7adf7d
Don't hardcode the product name to Nextcloud but use the theming value 5 years ago
Morris Jobke d84e1f1951
Re-use fetched dependencies in lib/base.php 5 years ago
Morris Jobke 5b0e69828f
Apps folder is defacto in root folder and not above 5 years ago
Christoph Wurst 287c26bda3
Replace patchwork/utf8 with symfony-polyfill-* 5 years ago
Carlos Ferreira bc1b5d7892
Remove useless ini_set functions 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Daniel Kesselberg 8ebd31d686
Make $vars and $secureRandom required. 5 years ago
Christoph Wurst 3cf39c573f
Allow lazy app registration 5 years ago
Roeland Jago Douma 72a9c35be3
Remove some IRouter methods 5 years ago
John Molakvoæ 3bacb4780b
Removed config.js 5 years ago
Roeland Jago Douma 48d843858d
Do not setup the default FS on normal routes 5 years ago
Joas Schilling f2541e7a8b
Use auto-wiring on most outer level 5 years ago
Joas Schilling 4bc821edd9
PSR logger for accounts 5 years ago
Christoph Wurst f464ef050b
Fix type errors detected by Psalm 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 years ago
Joas Schilling b09620651c
Don't use deprecated getIniWrapper() anymore 5 years ago