Commit Graph

1173 Commits (appStoreDisabledOcc)

Author SHA1 Message Date
Git'Fellow 33d7019f58 fix(status): Avoid session creation for status requests 1 year ago
Ferdinand Thiessen 0cd626a059
fix: Do not check for strict cookie when running webcron 1 year ago
Julius Knorr 606241caeb
chore(legacy): Introduce public version ct plass and drop version methods from OC_Util 1 year ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Ferdinand Thiessen 9e979d42b4
fix(setup-checks): Ensure URL with webroot works 1 year ago
Maxence Lange 9100b8757e fix(setup): ignore long session login during installation 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Josh Richards 8032b6ac63 (base) Give a hint in web interface if SimpleXML (php-xml) is missing 1 year ago
Christoph Wurst 2b38d6ae7e
fix(session): Log when session_* calls are slow 1 year ago
Côme Chilliet 5b9966feba
fix(occ): Use the const instead of hardcoded string for --debug-log option 1 year ago
Côme Chilliet 9baf8fea8c
fix(occ): Move debug log listener setup to a static method, add option for level 2 years ago
Côme Chilliet 2ba0819243
feat(occ): Add a --debug option to output all log levels to the output 2 years ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Daniel Kesselberg fedc80d4ea
chore: remove unnecessary ini_set 2 years ago
Côme Chilliet b7acecd006
fix: Fix default values for ini var in lib/base.php 2 years ago
Côme Chilliet f2c36a55fe
fix: Remove unused endpoint from base.php 2 years ago
MichaIng 7b137ddd75 feat(updater): hide overwrites from disabled apps list on upgrade 2 years ago
Côme Chilliet ccc66e912b
fix: Use DI for Setup class and move away from deprecated methods 2 years ago
John Molakvoæ 3214324b72
fix(l10n): invalid translation of a number 2 years ago
Joas Schilling 7998afe8b3
Talk federation authentication 2 years ago
Côme Chilliet f68d4f7300
Remove deprecated methods Util::writeLog and DIContainer::log 2 years ago
Arthur Schiwon 603a659a37
fix(autoloader): no apcu no side effects 2 years ago
Alexander Piskun 01a11641f4 new name of AppEcosystem is AppAPI 2 years ago
Joas Schilling 25309bcb45
techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 2 years ago
Andrey Borysenko d3583d3f30
Fix psalm ci (stub). Wrap server container with try-catch 2 years ago
Alexander Piskun ca76ab98bd added Application Ecosystem V2 login handler 2 years ago
Joas Schilling 0c5d0c2127
fix: Migrate collaboration listener and remove legacy adapter 2 years ago
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