]>
source.dussan.org Git - nextcloud-server.git/log
Roeland Jago Douma [Fri, 2 Sep 2016 08:42:06 +0000 (10:42 +0200)]
Fix getMock files_trashbin
Roeland Jago Douma [Fri, 2 Sep 2016 08:40:48 +0000 (10:40 +0200)]
Fix getMock files
Roeland Jago Douma [Fri, 2 Sep 2016 08:38:39 +0000 (10:38 +0200)]
Fix getMock files_sharing
Roeland Jago Douma [Fri, 2 Sep 2016 08:37:20 +0000 (10:37 +0200)]
Fix getMock files_external
Roeland Jago Douma [Fri, 2 Sep 2016 08:29:05 +0000 (10:29 +0200)]
Fix getMock encryption
Roeland Jago Douma [Fri, 2 Sep 2016 08:10:54 +0000 (10:10 +0200)]
Use PHPUnit 5.5.4
Nextcloud bot [Tue, 6 Sep 2016 00:09:18 +0000 (00:09 +0000)]
[tx-robot] updated from transifex
Lukas Reschke [Mon, 5 Sep 2016 17:14:33 +0000 (19:14 +0200)]
Merge pull request #1121 from nextcloud/avatar_304
Proper 304 response
Roeland Jago Douma [Mon, 29 Aug 2016 07:46:15 +0000 (09:46 +0200)]
Update autoloader
Roeland Jago Douma [Tue, 23 Aug 2016 19:44:05 +0000 (21:44 +0200)]
Move AvatarController over to FileDisplayResponse
Roeland Jago Douma [Tue, 23 Aug 2016 19:43:13 +0000 (21:43 +0200)]
Add FileDisplayResponse
A lazy implementation of the DisplayResponse that only hits the
filesystem if the etag and mtime do not match.
Lukas Reschke [Mon, 5 Sep 2016 13:08:43 +0000 (15:08 +0200)]
Merge pull request #1158 from nextcloud/cache_avatars
Cache avatars
Joas Schilling [Mon, 5 Sep 2016 12:16:45 +0000 (14:16 +0200)]
Merge pull request #1271 from nextcloud/fix-docs-for-notifications
Null !== void, those methods are void
Morris Jobke [Mon, 5 Sep 2016 11:03:02 +0000 (13:03 +0200)]
Merge pull request #1270 from nextcloud/issue-1265-always-use-js-console-when-available
Always use the js console when available
Joas Schilling [Mon, 5 Sep 2016 11:00:56 +0000 (13:00 +0200)]
Null !== void, those methods are void
Joas Schilling [Mon, 5 Sep 2016 10:37:44 +0000 (12:37 +0200)]
Merge pull request #1259 from nextcloud/language_order
ACCEPT_LANGUAGE goes before default_langauge
Marius Blüm [Mon, 5 Sep 2016 10:17:29 +0000 (12:17 +0200)]
Merge pull request #1171 from nextcloud/2fa-backup-codes
add 2fa backup codes app
Lukas Reschke [Mon, 5 Sep 2016 09:36:03 +0000 (11:36 +0200)]
Merge pull request #1269 from nextcloud/deprecate_ocs_response
Deprecate OCSRespone
Morris Jobke [Mon, 5 Sep 2016 09:28:40 +0000 (11:28 +0200)]
Merge pull request #1268 from nextcloud/fix_1260
Use proper ALTER ROLE syntax
Joas Schilling [Mon, 5 Sep 2016 09:25:47 +0000 (11:25 +0200)]
Always use the js console when available
Roeland Jago Douma [Mon, 5 Sep 2016 08:51:19 +0000 (10:51 +0200)]
Deprecate OCSRespone
The OCSResponse should not be used by apps. They should extend the
OCSController and use normal DataResponses instead.
Roeland Jago Douma [Mon, 5 Sep 2016 08:45:11 +0000 (10:45 +0200)]
Use proper ALTER ROLE syntax
Fixes #1260
See https://www.postgresql.org/docs/9.0/static/sql-alterrole.html
Roeland Jago Douma [Mon, 5 Sep 2016 06:51:03 +0000 (08:51 +0200)]
Fix AppTest and intergration test
Christoph Wurst [Fri, 2 Sep 2016 10:53:44 +0000 (12:53 +0200)]
increase core version number to trigger db ugprade and fix app manager tests
Christoph Wurst [Mon, 29 Aug 2016 17:19:44 +0000 (19:19 +0200)]
add 2fa backup codes app
* add backup codes app unit tests
* add integration tests for the backup codes app
Nextcloud bot [Mon, 5 Sep 2016 00:09:10 +0000 (00:09 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sun, 4 Sep 2016 11:39:22 +0000 (13:39 +0200)]
Autoloader update
Roeland Jago Douma [Sun, 4 Sep 2016 11:15:46 +0000 (13:15 +0200)]
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
Nextcloud bot [Sun, 4 Sep 2016 00:09:21 +0000 (00:09 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 3 Sep 2016 00:09:24 +0000 (00:09 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Fri, 2 Sep 2016 19:02:59 +0000 (21:02 +0200)]
Merge pull request #1225 from nextcloud/allow-to-validate-password-policy
Allow to validate the password_policy app
Lukas Reschke [Fri, 2 Sep 2016 14:36:54 +0000 (16:36 +0200)]
Merge pull request #1246 from nextcloud/federation_dead_code
Remove dead OCS register code
Roeland Jago Douma [Fri, 2 Sep 2016 13:13:44 +0000 (15:13 +0200)]
Remove dead OCS register code
Morris Jobke [Fri, 2 Sep 2016 11:41:53 +0000 (13:41 +0200)]
Merge pull request #1239 from nextcloud/cache_info_parsing
Cache parsing of info.xml
Roeland Jago Douma [Fri, 2 Sep 2016 07:03:09 +0000 (09:03 +0200)]
Cache parsing of info.xml
Nextcloud bot [Fri, 2 Sep 2016 00:09:11 +0000 (00:09 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 1 Sep 2016 13:04:09 +0000 (15:04 +0200)]
Merge pull request #1221 from nextcloud/proper_204_304_response
No body or content-length for 204 and 304 responses
Joas Schilling [Thu, 1 Sep 2016 12:52:59 +0000 (14:52 +0200)]
Merge pull request #1194 from nextcloud/card-caldav-check-exists
more efficient check if addressbook and calendar exists for user
Roeland Jago Douma [Thu, 1 Sep 2016 12:15:29 +0000 (14:15 +0200)]
Merge pull request #1219 from coderkun/issue-1110-tabindex
Add attribute “tabindex” to login form (fixes #1110)
Roeland Jago Douma [Thu, 1 Sep 2016 12:13:23 +0000 (14:13 +0200)]
Merge pull request #1215 from nextcloud/issue-1083-update-live-relative-timestamps
Update relative timestamps for a better "live" feeling
Roeland Jago Douma [Thu, 1 Sep 2016 12:06:40 +0000 (14:06 +0200)]
Merge pull request #1224 from nextcloud/do-not-allow-linebreak-in-paths
Do not allow linebreaks and null bytes in paths
Joas Schilling [Thu, 1 Sep 2016 12:02:04 +0000 (14:02 +0200)]
Merge pull request #1227 from nextcloud/improve-tests
Improve tests
Roeland Jago Douma [Thu, 1 Sep 2016 12:00:17 +0000 (14:00 +0200)]
Merge pull request #1230 from nextcloud/php7-apcu
Activate APCu on PHP 7
Morris Jobke [Thu, 1 Sep 2016 10:30:05 +0000 (12:30 +0200)]
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
Joas Schilling [Thu, 1 Sep 2016 10:24:14 +0000 (12:24 +0200)]
Also prevent null byte character
Morris Jobke [Thu, 1 Sep 2016 08:48:30 +0000 (10:48 +0200)]
properly load APCu extension on CLI to execute APCu tests
Morris Jobke [Thu, 1 Sep 2016 08:47:57 +0000 (10:47 +0200)]
Remove unneeded Windows logic
Joas Schilling [Thu, 1 Sep 2016 08:18:00 +0000 (10:18 +0200)]
Allow to validate the password_policy app
Joas Schilling [Thu, 1 Sep 2016 08:17:15 +0000 (10:17 +0200)]
Add PhantomJS to gitignore
Joas Schilling [Thu, 1 Sep 2016 08:09:23 +0000 (10:09 +0200)]
Merge pull request #1143 from nextcloud/ldap-smells-for-fun-and-profit
fix a few minor code smells
Joas Schilling [Thu, 1 Sep 2016 08:08:33 +0000 (10:08 +0200)]
Merge pull request #1217 from nextcloud/federation_phpunit_fixes
Fix deprecated getMock call in Federation app
Joas Schilling [Thu, 1 Sep 2016 08:07:52 +0000 (10:07 +0200)]
Merge pull request #1223 from nextcloud/core_command_phpunt_getmock
Fix depreccated getMock in Core/Command tests
Joas Schilling [Thu, 1 Sep 2016 08:06:06 +0000 (10:06 +0200)]
Filter out %0A from paths
Roeland Jago Douma [Thu, 1 Sep 2016 07:20:54 +0000 (09:20 +0200)]
Fix depreccated getMock in Core/Command tests
Joas Schilling [Wed, 31 Aug 2016 15:46:50 +0000 (17:46 +0200)]
Use live timestamp on comments tab
Joas Schilling [Wed, 31 Aug 2016 15:44:28 +0000 (17:44 +0200)]
Use live timestamps in the versions tab of the sidebar
Joas Schilling [Wed, 31 Aug 2016 15:44:09 +0000 (17:44 +0200)]
Use live timestamp in the sidebar details
Joas Schilling [Wed, 31 Aug 2016 15:33:00 +0000 (17:33 +0200)]
Update live timestamps to give a more live feeling
Nextcloud bot [Thu, 1 Sep 2016 00:09:24 +0000 (00:09 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 31 Aug 2016 21:07:48 +0000 (23:07 +0200)]
No body or content-length for 204 and 304 responses
See: https://tools.ietf.org/html/rfc7230#section-3.3
coderkun [Wed, 31 Aug 2016 19:58:10 +0000 (21:58 +0200)]
Add attribute “tabindex” to login form (fixes #1110)
Julius Härtl [Wed, 31 Aug 2016 19:46:22 +0000 (21:46 +0200)]
Merge pull request #1216 from nextcloud/theming_phpunit_fixes
Fix ThemingDefaults getMock deprecation
Roeland Jago Douma [Wed, 31 Aug 2016 18:54:17 +0000 (20:54 +0200)]
Fix deprecated getMock call in Federation app
Roeland Jago Douma [Wed, 31 Aug 2016 18:33:18 +0000 (20:33 +0200)]
Fix ThemingDefaults getMock deprecation
Lukas Reschke [Wed, 31 Aug 2016 17:46:38 +0000 (19:46 +0200)]
Merge pull request #1188 from nextcloud/2fa-redirect-default-app
redirect to default app after solving the 2FA challenge
Roeland Jago Douma [Wed, 31 Aug 2016 14:37:40 +0000 (16:37 +0200)]
Merge pull request #1212 from nextcloud/fix_federatedfilesharingtests
Fix deprecated usages of getMock in federatedfilesharing
Joas Schilling [Wed, 31 Aug 2016 13:59:16 +0000 (15:59 +0200)]
Merge pull request #797 from nextcloud/only-match-for-auth-cookie
Match only for actual session cookie
Robin Appelman [Tue, 30 Aug 2016 13:11:33 +0000 (15:11 +0200)]
more efficient check if addressbook and calendar exists for user
Roeland Jago Douma [Wed, 31 Aug 2016 13:07:13 +0000 (15:07 +0200)]
Merge pull request #1201 from nextcloud/usermountcache-orphanedshare
[master] Usermountcache orphanedshare
Roeland Jago Douma [Wed, 31 Aug 2016 12:06:51 +0000 (14:06 +0200)]
Fix deprecated usages of getMock in federatedfilesharing
Joas Schilling [Wed, 31 Aug 2016 10:30:37 +0000 (12:30 +0200)]
Merge pull request #608 from nextcloud/small-encryption-improvement
skip shared files, if files get decrypted only for a specific user we…
Roeland Jago Douma [Wed, 31 Aug 2016 10:15:22 +0000 (12:15 +0200)]
Merge pull request #1202 from nextcloud/remove_polyfills_for_55_56
Remove 3rdparty for polyfills for php5.4 and php5.5
Lukas Reschke [Wed, 31 Aug 2016 10:00:48 +0000 (12:00 +0200)]
Merge pull request #1137 from nextcloud/external_storage_lnk
External storage lnk
Lukas Reschke [Wed, 31 Aug 2016 09:43:17 +0000 (11:43 +0200)]
Merge pull request #1196 from nextcloud/oc-integration_tests_local_external_storage
Integration test on a local storage
Lukas Reschke [Wed, 31 Aug 2016 09:31:05 +0000 (11:31 +0200)]
Update third-party reference
Lukas Reschke [Wed, 31 Aug 2016 08:40:17 +0000 (10:40 +0200)]
Use "testing" instead of "user_ldap" as test app
Roeland Jago Douma [Wed, 31 Aug 2016 06:49:03 +0000 (08:49 +0200)]
Remove 3rdparty for polyfills for php5.4 and php5.5
Lukas Reschke [Tue, 30 Aug 2016 17:54:35 +0000 (19:54 +0200)]
Merge pull request #1189 from nextcloud/share-allowspaceinremote
Allow space for federated share id search
Vincent Petry [Tue, 30 Aug 2016 07:52:54 +0000 (09:52 +0200)]
Added closeCursor in SharedMount numeric id
Vincent Petry [Thu, 25 Aug 2016 16:06:13 +0000 (18:06 +0200)]
Prevent error with orphaned shares when updating user mount cache
Lukas Reschke [Tue, 30 Aug 2016 17:11:16 +0000 (19:11 +0200)]
Merge pull request #1198 from nextcloud/php56-and-70-only
Exclude older PHP versions from .travis.yml
Lukas Reschke [Tue, 30 Aug 2016 16:43:01 +0000 (18:43 +0200)]
Merge pull request #1087 from nextcloud/get-delay-twice
dont get bruteforce delay twice
Lukas Reschke [Tue, 30 Aug 2016 16:27:44 +0000 (18:27 +0200)]
Proper branding
Lukas Reschke [Tue, 30 Aug 2016 16:26:48 +0000 (18:26 +0200)]
Show error if PHP version below 5.6 is used
Lukas Reschke [Tue, 30 Aug 2016 16:26:06 +0000 (18:26 +0200)]
Execute only tests for modern PHP versions
Lukas Reschke [Tue, 30 Aug 2016 15:50:28 +0000 (17:50 +0200)]
Exclude older PHP versions from .travis.yml
Lukas Reschke [Tue, 30 Aug 2016 15:41:45 +0000 (17:41 +0200)]
Merge pull request #1195 from nextcloud/heartbeat-short-circuit
Short circuit processing of the heartbeat request
Sergio Bertolín [Tue, 30 Aug 2016 10:53:19 +0000 (10:53 +0000)]
Creating the folder when the tests run
Sergio Bertolín [Fri, 26 Aug 2016 10:52:11 +0000 (10:52 +0000)]
Changed enabled/disabled app in provisioning api tests
Sergio Bertolín [Fri, 26 Aug 2016 07:57:48 +0000 (07:57 +0000)]
External storage was not enabled and content was not deleted before scenarios
Sergio Bertolín [Fri, 12 Aug 2016 07:11:07 +0000 (07:11 +0000)]
Added local_storage folder
Sergio Bertolin [Wed, 10 Aug 2016 07:26:35 +0000 (07:26 +0000)]
Run as current user
Sergio Bertolin [Tue, 9 Aug 2016 08:24:03 +0000 (08:24 +0000)]
Removed extra context added needed option and remove storage after external storage scenarios
Sergio Bertolin [Mon, 8 Aug 2016 13:17:28 +0000 (13:17 +0000)]
Added feature and context, not working yet, option to allow sharing needs to be added
Sergio Bertolin [Fri, 5 Aug 2016 13:13:49 +0000 (13:13 +0000)]
Modified run.sh to mount a local storage
Robin Appelman [Tue, 30 Aug 2016 13:44:00 +0000 (15:44 +0200)]
Short circuit processing of the heartbeat request
Morris Jobke [Tue, 30 Aug 2016 12:46:36 +0000 (14:46 +0200)]
Merge pull request #1190 from nextcloud/addressbook-correctly-handle-multi-values
Correctly handle multi-values when converting VCards to array
Christoph Wurst [Tue, 30 Aug 2016 11:28:04 +0000 (13:28 +0200)]
check same URL in unit tests
Joas Schilling [Tue, 30 Aug 2016 10:57:43 +0000 (12:57 +0200)]
Merge pull request #1187 from nextcloud/danysz-master
Update the mime types with the relevant types for "apple-iWorks"
Joas Schilling [Tue, 30 Aug 2016 10:24:20 +0000 (12:24 +0200)]
Add a unit test for all the magic