Commit Graph

34508 Commits (03a0f4cbad4edbf1e3f8e7e335271331ee48690b)
 

Author SHA1 Message Date
Roeland Jago Douma 831179971c
Use PHPUnit 5.5.4 8 years ago
Joas Schilling 67408c3f63
Add image URLs and tests 8 years ago
Nextcloud bot 5d48809609
[tx-robot] updated from transifex 8 years ago
Lukas Reschke 914bb23e6a Merge pull request #1121 from nextcloud/avatar_304
Proper 304 response
8 years ago
Roeland Jago Douma e8b625b098
Update autoloader 8 years ago
Roeland Jago Douma 6740c627b8
Move AvatarController over to FileDisplayResponse 8 years ago
Roeland Jago Douma 777c3ee325
Add FileDisplayResponse
A lazy implementation of the DisplayResponse that only hits the
filesystem if the etag and mtime do not match.
8 years ago
Lukas Reschke 06fa486706 Merge pull request #1158 from nextcloud/cache_avatars
Cache avatars
8 years ago
Robin Appelman b573c5b8f8
get files_external mounts more efficiently 8 years ago
Joas Schilling 1d834bd49e
Add theming information to capabilities for the client 8 years ago
Joas Schilling 12736a3592 Merge pull request #1271 from nextcloud/fix-docs-for-notifications
Null !== void, those methods are void
8 years ago
Morris Jobke 8741acf8a6 Merge pull request #1270 from nextcloud/issue-1265-always-use-js-console-when-available
Always use the js console when available
8 years ago
Joas Schilling fb04c56827
Null !== void, those methods are void 8 years ago
Joas Schilling db6a3367ad Merge pull request #1259 from nextcloud/language_order
ACCEPT_LANGUAGE goes before default_langauge
8 years ago
Marius Blüm f8eb7be7b1 Merge pull request #1171 from nextcloud/2fa-backup-codes
add 2fa backup codes app
8 years ago
Lukas Reschke e3a5767a29 Merge pull request #1269 from nextcloud/deprecate_ocs_response
Deprecate OCSRespone
8 years ago
Morris Jobke 5f1fbf499b Merge pull request #1268 from nextcloud/fix_1260
Use proper ALTER ROLE syntax
8 years ago
Joas Schilling fe9ffd29a7
Always use the js console when available 8 years ago
Roeland Jago Douma 3b2beeaa14
Deprecate OCSRespone
The OCSResponse should not be used by apps. They should extend the
OCSController and use normal DataResponses instead.
8 years ago
Roeland Jago Douma 7fb88ec506
Use proper ALTER ROLE syntax
Fixes #1260

See https://www.postgresql.org/docs/9.0/static/sql-alterrole.html
8 years ago
Joas Schilling 2d61ee3c13
Make mimetype also work for READ and DELETE operations 8 years ago
Joas Schilling d08240e364
Better detection of mimetypes while uploading a zip on a mac 8 years ago
Joas Schilling 24d90a4bb1
Correctly remove the charset from finfo mimetype 8 years ago
Roeland Jago Douma 581a83c2a1
Fix AppTest and intergration test 8 years ago
Christoph Wurst ddb659dd90
increase core version number to trigger db ugprade and fix app manager tests 8 years ago
Christoph Wurst 8acb734854
add 2fa backup codes app
* add backup codes app unit tests
* add integration tests for the backup codes app
8 years ago
Nextcloud bot 8b484eedf0
[tx-robot] updated from transifex 8 years ago
Roeland Jago Douma 933c892a62
Autoloader update 8 years ago
Roeland Jago Douma 0228bc6e66
ACCEPT_LANGUAGE goes before default_langauge
See https://github.com/nextcloud/server/issues/970

Before we had

1. Users settings in personal settings
2. Admins default language settings
3. Accept-Language settings of the browser

However this is not in line with
https://www.w3.org/International/questions/qa-lang-priorities

So this changes the order to

1. Users settings in personal settings
3. Accept-Language settings of the browser
2. Admins default language settings
8 years ago
Nextcloud bot fc02c4a980
[tx-robot] updated from transifex 8 years ago
Nextcloud bot e7f618ef14
[tx-robot] updated from transifex 8 years ago
Roeland Jago Douma 7e13db9952 Merge pull request #1225 from nextcloud/allow-to-validate-password-policy
Allow to validate the password_policy app
8 years ago
Lukas Reschke 3209a81e63 Merge pull request #1246 from nextcloud/federation_dead_code
Remove dead OCS register code
8 years ago
Roeland Jago Douma 3a45475592
Remove dead OCS register code 8 years ago
Morris Jobke 93624c3028 Merge pull request #1239 from nextcloud/cache_info_parsing
Cache parsing of info.xml
8 years ago
Joas Schilling b072c6c943
Move navigation entries without order to the end 8 years ago
Roeland Jago Douma 7f84f05e4d
Cache parsing of info.xml 8 years ago
Nextcloud bot ab876619dc
[tx-robot] updated from transifex 8 years ago
Morris Jobke 7ffed2deae Merge pull request #1221 from nextcloud/proper_204_304_response
No body or content-length for 204 and 304 responses
8 years ago
Joas Schilling 59d240c3aa Merge pull request #1194 from nextcloud/card-caldav-check-exists
more efficient check if addressbook and calendar exists for user
8 years ago
Roeland Jago Douma 1a43aaf8b4 Merge pull request #1219 from coderkun/issue-1110-tabindex
Add attribute “tabindex” to login form (fixes #1110)
8 years ago
Roeland Jago Douma ca7b60ba81 Merge pull request #1215 from nextcloud/issue-1083-update-live-relative-timestamps
Update relative timestamps for a better "live" feeling
8 years ago
Roeland Jago Douma 8325c4443b Merge pull request #1224 from nextcloud/do-not-allow-linebreak-in-paths
Do not allow linebreaks and null bytes in paths
8 years ago
Joas Schilling d3f82356bb Merge pull request #1227 from nextcloud/improve-tests
Improve tests
8 years ago
Roeland Jago Douma bd170a370c Merge pull request #1230 from nextcloud/php7-apcu
Activate APCu on PHP 7
8 years ago
Morris Jobke 7f8c5ed497
Activate APCu on PHP 7
Fix an issue with APCus inc and dec methods on PHP 7

see https://github.com/krakjoe/apcu/issues/183#issuecomment-244038221 for details
8 years ago
Joas Schilling 6c81c65eea
Also prevent null byte character 8 years ago
Morris Jobke 56b58b00b7
properly load APCu extension on CLI to execute APCu tests 8 years ago
Morris Jobke a3c1d74829
Remove unneeded Windows logic 8 years ago
Joas Schilling de96c5b17b
Allow to validate the password_policy app 8 years ago