Commit Graph

1145 Commits (2ea7719bfa4280220c7dfc9fbfec97b61ba33112)

Author SHA1 Message Date
Joas Schilling 2014e7b836
fix(apps): Fix loading info.xml file 2 years ago
Simon L 918859cafd allow to specify upgrade.cli-upgrade-link in order to link to the correct documentation 3 years ago
Simon L d293293cda Fixed bug which 'overwritewebroot' does not work with 'overwritecondaddr'. 3 years ago
Simon L 84b88c01c7 adjust wording 3 years ago
Simon L 6e5a307757 adjust wording for update hint when files of a specific app are not there 3 years ago
Arthur Schiwon bb4b34ff69 Read mtime of version.php only once 3 years ago
Arthur Schiwon 7519949f37 add the server roots and version info hash to apcu prefix 3 years ago
Christoph Wurst a06898a2d0 fix(security)!: Use consistent HTTP status for strict cookie checks 3 years ago
Maxence Lange fc29b0d1b7 app type extended_authentication 3 years ago
Côme Chilliet 426c0341ff
Use typed version of IConfig::getSystemValue as much as possible 3 years ago
Joas Schilling 705165d3d1
fix(session): Fix DAVx5 sync problems by partial reverting session changes 3 years ago
Christoph Wurst 0e6fccf9e1
fix(security): Log failing strict cookie check 3 years ago
Julius Härtl bbc6eee803
fix: Avoid log spam on 404 routes not using GET 3 years ago
Joas Schilling 98ed72b3ed
Revert "fix(performance): Do not set up filesystem on every call" 3 years ago
Anna Larch 5d4efb4d5f
Do not set up filesystem on every call 3 years ago
Julien Veyssier 6431c5a559
extend the reference API for the new link picker 3 years ago
Julius Härtl 842f4d530f
fix(session): Always setup the session if a session cookie is passed 3 years ago
Julius Härtl 6abb37317f
Do not setup a session when not required on WebDAV requests 3 years ago
Côme Chilliet a529aa79d8 Strong type singletons from lib/base.php 3 years ago
Côme Chilliet e1d324f7eb Migrate lib/base.php to LoggerInterface 3 years ago
Côme Chilliet 26d75add8f Put back cast to string now that timelimit is an int 3 years ago
Côme Chilliet 7372da6c6d Fixing more psalm errors from lib/base.php 3 years ago
Côme Chilliet 444811b0fe Use Server::get some more 3 years ago
Côme Chilliet cf508c1e47 Use strict typing in base.php 3 years ago
Julius Härtl be4c061b75
Set apcu prefix for composer 3 years ago
Christoph Wurst 052dcdebe8
Refactor the ErrorHandler into a dynamic class 3 years ago
Julius Härtl 11bedf1c3b
Use proper error pages instead of always redirecting 3 years ago
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