20522 Commits (8951f069fef6916bd293d278c2491b82bc349fc1)

Author SHA1 Message Date
  Joas Schilling d971b104ed
Do not cache the settings/sections in the database anymore 6 years ago
  Roeland Jago Douma c0adfa4375
Don't perform CSRF check on OCS routes with Bearer auth 6 years ago
  Morris Jobke eb51f06a3b
Use ::class statement instead of string 6 years ago
  Morris Jobke a661f043e1
Remove unneeded semicolon and parentheses 6 years ago
  Julius Härtl e4c58fc473
Add typehinting an fix some minor cleanup 6 years ago
  Julius Härtl 6770213649
Do not rewrite absolute URLs 6 years ago
  Julius Härtl 68db09ddce
Clear injectect variables when resetting the cache 6 years ago
  Julius Härtl 5eae4819bf
Make sure that injected variables do not break the CSS generation 6 years ago
  Julius Härtl 92e93704be
SCSS files are only cached if their size is > 0 6 years ago
  Morris Jobke c005fc6755
Cleanup unused code 6 years ago
  Morris Jobke 2ad2eb38e8
Use type casting instead of *val() method 6 years ago
  Morris Jobke 9ff51aafc5
Use index based string access for substr with length of 1 6 years ago
  Morris Jobke 6bbea33133
Simplify ternary operator statements 6 years ago
  Morris Jobke c1e4f9f305
Use type casting instead of *val() method 6 years ago
  Morris Jobke 9ef6148bfa
Deprecated OCP interface to fetch background job type 6 years ago
  Nextcloud bot 469b3724b5
[tx-robot] updated from transifex 6 years ago
  Morris Jobke 0a56d2185e
Return value immediately instead of assigning to a one-time variable 6 years ago
  Morris Jobke 16a558871c
Use proper code flow instead of not needed else branch 6 years ago
  Morris Jobke 4dbee99b7b
Remove useless return statements 6 years ago
  Morris Jobke 55ef34b23b
Implements are not needed because they are already done by base class 6 years ago
  Morris Jobke 870fe20acc
Use $var[] = $a instead of array_push - 2x faster 6 years ago
  Morris Jobke c314eb74a9
Improve conditional of loop 6 years ago
  Morris Jobke e6efa755c9
Use short for of substr to not need strlen() 6 years ago
  Roeland Jago Douma eddd135f14
Dispatch event on twofactor failure and success 6 years ago
  Nextcloud bot fe88e7f926
[tx-robot] updated from transifex 6 years ago
  Robin Appelman 3499cbdb76
Use S3Client::upload instead of splitting single/multipart upload ourselves 6 years ago
  Julius Härtl ef1265e5f5
Make sure we always know for sure if an avatar is generated or not 6 years ago
  Morris Jobke 2a38605545
Properly log the full exception instead of only the message 6 years ago
  Roeland Jago Douma ef127a30ec
Fix tests 6 years ago
  Roeland Jago Douma 0660e57b1f
Don't polute log when loggin into dav with email 6 years ago
  Morris Jobke 37026d8b9d
Send a proper response for status.php on trusted domain error 6 years ago
  Morris Jobke 71cf31f211
Remove not used methods of legacy share.php 6 years ago
  Morris Jobke d9b1492e03
Remove old repair steps that aren't executed anymore 6 years ago
  Roeland Jago Douma 8703df3233
If the preview is size 0 it is invalid 6 years ago
  Nextcloud bot 5845b177c7
[tx-robot] updated from transifex 6 years ago
  Morris Jobke 80a36380fc
Disable vendor detection when upgrading from 11.0.x 6 years ago
  Morris Jobke c70927eaa0
Remove not needed 3rdparty app disabling during upgrade for PHP 5.x 6 years ago
  Morris Jobke bcba1a97ad
Use fallback path if data dir is not available for Storage/Local.php 6 years ago
  Morris Jobke 0d9f73a814
Do not show "Not installed warning" during occ install 6 years ago
  Morris Jobke 3d4c698f44
Improve OC_Image code to not guess the type of input, but actually request the specific methods to be called 6 years ago
  Roeland Jago Douma 1e7b20f615
Remove IAppConfig::setValue 6 years ago
  Roeland Jago Douma 09f8a755ec
Remove IAppConfig::getValue 6 years ago
  Roeland Jago Douma ee2617d88c
Simple IAppConfig deprecations 6 years ago
  Arthur Schiwon 39f34603f2
add types to php doc 6 years ago
  Arthur Schiwon 6fdd686111
do not offer the handle of the current user for auto completion 6 years ago
  Arthur Schiwon 3784fa2074
comments should compile mentions also if done by author 6 years ago
  Joas Schilling 0d37d24b4b
Correctly drop the ownCloud migrations table 6 years ago
  Joas Schilling 4a5282ba21
Fix the type hints of migrations and correctly inject the wrapped schema into migrations 6 years ago
  Morris Jobke e4b3ee8d8f
Fix float/integer handling in image API 6 years ago
  Morris Jobke 4ef302c0be
Request->getHeader() should always return a string 6 years ago