42347 Commits (2a3272331f8b0e345df762ebeb54b2f58183225f)
 

Author SHA1 Message Date
Morris Jobke c005fc6755
Cleanup unused code 8 years ago
Julius Härtl 5e325730d6
Remove theming migration 8 years ago
Morris Jobke 2ad2eb38e8
Use type casting instead of *val() method 8 years ago
Morris Jobke ca493ab5b1
Merge pull request #8069 from nextcloud/no-catch-serverdown 8 years ago
Morris Jobke 9ff51aafc5
Use index based string access for substr with length of 1 8 years ago
Morris Jobke 01d362d870
Merge pull request #8068 from nextcloud/simplify-ternary 8 years ago
Roeland Jago Douma 119896a8d7
Fix tests 8 years ago
Arthur Schiwon b61b906abe
do not catch ServerNotAvailable 8 years ago
Morris Jobke 6bbea33133
Simplify ternary operator statements 8 years ago
Morris Jobke 26682b6936
Merge pull request #8061 from nextcloud/use-typecasting 8 years ago
Morris Jobke c1e4f9f305
Use type casting instead of *val() method 8 years ago
Roeland Jago Douma f3723434ee
Don't expose language and password as editable 8 years ago
Roeland Jago Douma 70b19761aa
Provide list of editable fields via OCS API 8 years ago
Morris Jobke fe7e726ab2
Merge pull request #8064 from nextcloud/background-jobs 8 years ago
Morris Jobke 9ef6148bfa
Deprecated OCP interface to fetch background job type 8 years ago
Joas Schilling a7ad7cb08e
Merge pull request #8053 from nextcloud/simplify-substr 8 years ago
Joas Schilling c2b1bd92d6
Merge pull request #8063 from nextcloud/inline-value 8 years ago
Roeland Jago Douma fab951e4b3
Merge pull request #8057 from nextcloud/unneeded-implements 8 years ago
Roeland Jago Douma e97165e0b5
Merge pull request #8055 from nextcloud/improve-loop 8 years ago
Roeland Jago Douma ec1d94c629
Merge pull request #8052 from nextcloud/fix-array-methods 8 years ago
Roeland Jago Douma 5a7a5e5352
Merge pull request #8058 from nextcloud/useless-return 8 years ago
Roeland Jago Douma 68f44a9a93
Merge pull request #8059 from nextcloud/use-stripos 8 years ago
Roeland Jago Douma 43ed8b446c
Merge pull request #8060 from nextcloud/proper-codeflow 8 years ago
Roeland Jago Douma aebb443ca5
Merge pull request #8056 from nextcloud/array-push 8 years ago
Nextcloud bot 469b3724b5
[tx-robot] updated from transifex 8 years ago
Morris Jobke 0a56d2185e
Return value immediately instead of assigning to a one-time variable 8 years ago
Morris Jobke 16a558871c
Use proper code flow instead of not needed else branch 8 years ago
Morris Jobke 464f024fa9
Use stripos instead of strpos(strtolower(), 'something') 8 years ago
Morris Jobke 4dbee99b7b
Remove useless return statements 8 years ago
Morris Jobke 55ef34b23b
Implements are not needed because they are already done by base class 8 years ago
Morris Jobke 870fe20acc
Use $var[] = $a instead of array_push - 2x faster 8 years ago
Morris Jobke c314eb74a9
Improve conditional of loop 8 years ago
Morris Jobke e6efa755c9
Use short for of substr to not need strlen() 8 years ago
Morris Jobke 7800a9bc24
Fix array method usages with a proper call 8 years ago
Morris Jobke b9bbb894f8
Merge pull request #7916 from nextcloud/2fa_log 8 years ago
Roeland Jago Douma 8160d0bc2a
Merge pull request #8036 from nextcloud/phpunit6 8 years ago
Roeland Jago Douma 9e76577ead
Add tests 8 years ago
Morris Jobke 4718d2b80d
Update memcached image 8 years ago
Roeland Jago Douma a5fe6a6118
Update autoloader 8 years ago
Roeland Jago Douma c92eff919e
Fix tests 8 years ago
Roeland Jago Douma b2ca1d6553
Make admin_audit listen to 2fa events 8 years ago
Roeland Jago Douma eddd135f14
Dispatch event on twofactor failure and success 8 years ago
Joas Schilling 3917a54113
Class "ProgressBar" is declared "final" and cannot be mocked. 8 years ago
Joas Schilling bf2be08c9f
Fix risky tests without assertions 8 years ago
Nextcloud bot fe88e7f926
[tx-robot] updated from transifex 8 years ago
Roeland Jago Douma 24af5c20bd
Bump docker containers used 8 years ago
Joas Schilling 870023365c
Fix "Undefined method setExpectedException()" 8 years ago
Morris Jobke e0b329c59d
Merge pull request #8032 from nextcloud/fix-missing-clipboard-icon-in-shared-links 8 years ago
Joas Schilling c3424df1f0
Require PHPUnit 6.5 or higher 8 years ago
Daniel Calviño Sánchez 5d7eded809 Fix missing clipboard icon in shared links 8 years ago