]>
source.dussan.org Git - nextcloud-server.git/log
Roeland Jago Douma [Mon, 1 Aug 2016 06:33:49 +0000 (08:33 +0200)]
Add OCS-APIREQUEST header to intergration test calls
Roeland Jago Douma [Wed, 20 Jul 2016 12:24:22 +0000 (14:24 +0200)]
Fix tests
Roeland Jago Douma [Fri, 22 Jul 2016 12:44:16 +0000 (14:44 +0200)]
Add OCSShareAPIMiddleware tests
Roeland Jago Douma [Wed, 20 Jul 2016 08:44:52 +0000 (10:44 +0200)]
DataResponse required ['data' => DATA]
Roeland Jago Douma [Wed, 20 Jul 2016 08:41:09 +0000 (10:41 +0200)]
More exceptions
Roeland Jago Douma [Wed, 20 Jul 2016 08:11:01 +0000 (10:11 +0200)]
Add OCSShareAPIMiddleware
* This will cleanup the locks after each request
* Move check for enabled share api to the middleware
Roeland Jago Douma [Wed, 20 Jul 2016 07:55:43 +0000 (09:55 +0200)]
Throw OCSNotFoundExceptions
Roeland Jago Douma [Wed, 20 Jul 2016 06:27:31 +0000 (08:27 +0200)]
Remove unneeded wrapper
Roeland Jago Douma [Tue, 19 Jul 2016 12:13:27 +0000 (14:13 +0200)]
Convert Share API to use the AppFramework
Joas Schilling [Fri, 5 Aug 2016 07:17:34 +0000 (09:17 +0200)]
Merge pull request #737 from nextcloud/blizzz-fix-name-console
Correct name in Console Application.php
Nextcloud bot [Fri, 5 Aug 2016 00:10:09 +0000 (00:10 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 4 Aug 2016 17:48:21 +0000 (19:48 +0200)]
Merge pull request #465 from nextcloud/fix_smb_attributes
Fix file permissions for SMB (read-only folders will be writeable) (#…
blizzz [Thu, 4 Aug 2016 17:17:13 +0000 (19:17 +0200)]
Correct name in Console Application.php
see changes :)
Joas Schilling [Thu, 4 Aug 2016 12:44:38 +0000 (14:44 +0200)]
Merge pull request #729 from nextcloud/fix-724
Fix #724 by using step instead of job
Lukas Reschke [Thu, 4 Aug 2016 12:26:48 +0000 (14:26 +0200)]
Merge pull request #730 from nextcloud/add-new-apps-as-official
[master] Add new apps as official
Lukas Reschke [Thu, 4 Aug 2016 12:15:42 +0000 (14:15 +0200)]
[master] Add new apps as official
Bernhard Posselt [Thu, 4 Aug 2016 11:32:03 +0000 (13:32 +0200)]
fix #724 by using step instead of job
Joas Schilling [Thu, 4 Aug 2016 07:04:24 +0000 (09:04 +0200)]
Merge pull request #718 from jurgenhaas/patch-1
Exit from upgrade without reporting error
Nextcloud bot [Thu, 4 Aug 2016 00:11:51 +0000 (00:11 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Wed, 3 Aug 2016 16:56:51 +0000 (18:56 +0200)]
Merge pull request #717 from nextcloud/mark-apps-as-shipped
Add access control and automated tagging as shipped
Jürgen Haas [Wed, 3 Aug 2016 13:51:55 +0000 (15:51 +0200)]
Exit from upgrade without reporting error
As reported at https://help.nextcloud.com/t/silent-mode-for-occ-upgrade/2120 we should exit with a return value of 0 (zero) if the current instance is already up to date so that automatic deployment tools don't recognize that as an error.
Joas Schilling [Wed, 3 Aug 2016 12:47:52 +0000 (14:47 +0200)]
Add access control and automated tagging as shipped
Joas Schilling [Wed, 3 Aug 2016 12:38:53 +0000 (14:38 +0200)]
Merge pull request #611 from nextcloud/add-more-checks
Add more checks
Roeland Jago Douma [Wed, 3 Aug 2016 09:41:15 +0000 (11:41 +0200)]
Merge pull request #474 from nextcloud/group_shares
Group shares with same source and target
Marius Blüm [Wed, 3 Aug 2016 09:36:29 +0000 (11:36 +0200)]
Merge pull request #709 from nextcloud/add-code-check
Add workflowengine to check-code call
Morris Jobke [Wed, 3 Aug 2016 08:29:06 +0000 (10:29 +0200)]
Add workflowengine to check-code call
Vincent Petry [Fri, 22 Jul 2016 09:42:21 +0000 (11:42 +0200)]
Add integration tests for double shares with rename in between
Vincent Petry [Fri, 22 Jul 2016 13:30:13 +0000 (15:30 +0200)]
Make share target consistent when grouping group share with user share
In some situations, a group share is created before a user share, and
the recipient renamed the received share before the latter is created.
In this situation, the "file_target" was already modified and the second
created share must align to the already renamed share.
To achieve this, the MountProvider now groups only by "item_source"
value and sorts by share time. This makes it so that the least recent
share is selected as super-share and its "file_target" value is then
adjusted in all grouped shares.
This fixes the issue where this situation would have different
"file_target" values resulting in two shared folders appearing instead
of one.
Vincent Petry [Fri, 22 Jul 2016 08:08:05 +0000 (10:08 +0200)]
Fix RepairUnmergedShares to not skip valid repair cases
The repair step was a bit overeager to skip repairing so it missed the
case where a group share exists without subshares but with an
additional direct user share.
Vincent Petry [Thu, 14 Jul 2016 12:53:50 +0000 (14:53 +0200)]
Adjust repair version check for unmerged shares
Vincent Petry [Wed, 13 Jul 2016 13:46:02 +0000 (15:46 +0200)]
Group incoming shares for resharing in JS
Vincent Petry [Wed, 13 Jul 2016 10:50:00 +0000 (12:50 +0200)]
Added more tests for sharing's MountProvider
Vincent Petry [Tue, 12 Jul 2016 11:38:49 +0000 (13:38 +0200)]
Add repair step for unmerged shares (WIP)
Vincent Petry [Mon, 11 Jul 2016 17:43:46 +0000 (19:43 +0200)]
Improved share grouping readability + fixed test
Vincent Petry [Mon, 11 Jul 2016 15:33:24 +0000 (17:33 +0200)]
Add integration tests for merging received shares
Roeland Jago Douma [Wed, 15 Jun 2016 07:47:33 +0000 (09:47 +0200)]
Group shares with same source and target
Fixes #24575
Note that this is a very limited solution and eventually we want smarter
merging!
Nextcloud bot [Wed, 3 Aug 2016 00:11:12 +0000 (00:11 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 2 Aug 2016 12:23:42 +0000 (14:23 +0200)]
Merge pull request #701 from nextcloud/fix-add-apps-icon
Apply black app icon style to newly installed app icons
Morris Jobke [Tue, 2 Aug 2016 12:17:22 +0000 (14:17 +0200)]
Merge pull request #637 from nextcloud/h1-prevent-delete-update-on-group-shares
Do not allow to delete/update group shares as a group member
Morris Jobke [Tue, 2 Aug 2016 12:16:25 +0000 (14:16 +0200)]
Merge pull request #700 from nextcloud/token-provider-invalidateoldtokens
add invalidateOldTokens to IProvider interface
Joas Schilling [Tue, 2 Aug 2016 10:52:46 +0000 (12:52 +0200)]
Ooops
Christoph Wurst [Tue, 2 Aug 2016 08:34:11 +0000 (10:34 +0200)]
add invalidateOldTokens to IProvider interface
Roeland Jago Douma [Tue, 2 Aug 2016 08:58:27 +0000 (10:58 +0200)]
Add intergration test
Joas Schilling [Thu, 28 Jul 2016 14:52:00 +0000 (16:52 +0200)]
Do not allow to delete/update group shares as a group member
Joas Schilling [Tue, 2 Aug 2016 08:41:13 +0000 (10:41 +0200)]
No multi support, less magic
Joas Schilling [Tue, 2 Aug 2016 07:56:19 +0000 (09:56 +0200)]
Allow to define the operation
Nextcloud bot [Tue, 2 Aug 2016 00:09:59 +0000 (00:09 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Mon, 1 Aug 2016 23:16:05 +0000 (01:16 +0200)]
Merge pull request #695 from nextcloud/shake-wrong-password
Shake the login fields if password is wrong
Julius Haertl [Mon, 1 Aug 2016 19:48:06 +0000 (21:48 +0200)]
Apply inverted app icon style to newly installed icons
Morris Jobke [Mon, 1 Aug 2016 19:29:30 +0000 (21:29 +0200)]
Shake the login fields if password is wrong
Morris Jobke [Mon, 1 Aug 2016 17:50:42 +0000 (19:50 +0200)]
Merge pull request #682 from nextcloud/fix-theming-logo
fix missing semicolon to fix themed logo on log in page
Morris Jobke [Mon, 1 Aug 2016 16:21:31 +0000 (18:21 +0200)]
Merge pull request #653 from nextcloud/animate-sidebar
slight animation for the sidebar for better feedback what happens
Joas Schilling [Mon, 1 Aug 2016 16:09:22 +0000 (18:09 +0200)]
Tags need to be loaded before
Joas Schilling [Mon, 1 Aug 2016 15:56:33 +0000 (17:56 +0200)]
Translate the errors
Joas Schilling [Mon, 1 Aug 2016 15:05:40 +0000 (17:05 +0200)]
Load the timezones via select2
Morris Jobke [Fri, 29 Jul 2016 08:44:38 +0000 (10:44 +0200)]
add a UI to render proper time picker
Joas Schilling [Thu, 28 Jul 2016 13:09:57 +0000 (15:09 +0200)]
Add request time
Joas Schilling [Thu, 28 Jul 2016 12:16:01 +0000 (14:16 +0200)]
Add remote address
Joas Schilling [Thu, 28 Jul 2016 11:47:42 +0000 (13:47 +0200)]
Add Request URL
Joas Schilling [Thu, 28 Jul 2016 11:01:50 +0000 (13:01 +0200)]
User agent check
Joas Schilling [Thu, 28 Jul 2016 09:44:22 +0000 (11:44 +0200)]
Add file mime type
Joas Schilling [Wed, 27 Jul 2016 13:57:00 +0000 (15:57 +0200)]
Add file size as check
Joas Schilling [Wed, 27 Jul 2016 13:37:03 +0000 (15:37 +0200)]
Add system tag check
Joas Schilling [Wed, 27 Jul 2016 13:17:38 +0000 (15:17 +0200)]
Add the systemtag js files
Joas Schilling [Wed, 27 Jul 2016 13:17:09 +0000 (15:17 +0200)]
Make sure each plugin is only added once
Lukas Reschke [Mon, 1 Aug 2016 09:52:56 +0000 (11:52 +0200)]
Merge pull request #684 from nextcloud/fix_csrf_ocs
Fix OCS CSRF
Björn Schießle [Mon, 1 Aug 2016 09:24:22 +0000 (11:24 +0200)]
Merge pull request #685 from nextcloud/validate-theming-input
Validate the input of the theming options
Morris Jobke [Mon, 1 Aug 2016 09:15:22 +0000 (11:15 +0200)]
Merge pull request #672 from sndrr/occ-rebrand-to-nextcloud
Occ rebrand to nextcloud
Nextcloud bot [Mon, 1 Aug 2016 08:53:07 +0000 (08:53 +0000)]
[tx-robot] updated from transifex
Jan-Christoph Borchardt [Mon, 1 Aug 2016 06:39:40 +0000 (08:39 +0200)]
fix missing semicolon to fix themed logo on log in page
Lukas Reschke [Mon, 1 Aug 2016 07:40:48 +0000 (09:40 +0200)]
Merge pull request #674 from nextcloud/action-menu-position
remove extra file size padding to fix action menu position
Joas Schilling [Mon, 1 Aug 2016 07:37:12 +0000 (09:37 +0200)]
Validate the input of the theming options
Roeland Jago Douma [Mon, 1 Aug 2016 06:52:50 +0000 (08:52 +0200)]
We should properly check for 'true' instaed of the bool
Nextcloud bot [Mon, 1 Aug 2016 00:10:15 +0000 (00:10 +0000)]
[tx-robot] updated from transifex
blizzz [Sun, 31 Jul 2016 15:29:22 +0000 (17:29 +0200)]
Merge pull request #595 from nextcloud/fix_slow_test
Close session fast when doing a test to prevent blocking the next requests
Roeland Jago Douma [Sun, 31 Jul 2016 04:51:38 +0000 (06:51 +0200)]
Merge pull request #675 from nextcloud/enoch85-patch-1
typo
Nextcloud bot [Sun, 31 Jul 2016 00:09:54 +0000 (00:09 +0000)]
[tx-robot] updated from transifex
Daniel Hansson [Sat, 30 Jul 2016 18:56:41 +0000 (20:56 +0200)]
typo
Jan-Christoph Borchardt [Sat, 30 Jul 2016 16:30:07 +0000 (18:30 +0200)]
remove extra file size padding to fix action menu position
Julius Haertl [Sat, 30 Jul 2016 14:29:06 +0000 (16:29 +0200)]
Fix javascript tests for sidebar animation
Sander Ruitenbeek [Sat, 30 Jul 2016 14:26:21 +0000 (16:26 +0200)]
Revert (c) back to ownCloud, Inc.
To be dealt with later
Julius Haertl [Sat, 30 Jul 2016 14:24:04 +0000 (16:24 +0200)]
Add animation to app-content
sanderr [Sat, 30 Jul 2016 13:09:43 +0000 (15:09 +0200)]
Update Upgrade.php
Sander Ruitenbeek [Sat, 30 Jul 2016 13:39:32 +0000 (15:39 +0200)]
Rebranded to Nextcloud for the occ command line tool
Marius Blüm [Sat, 30 Jul 2016 07:11:19 +0000 (09:11 +0200)]
Merge pull request #664 from nextcloud/white-app-menu-fix
Fix wrong preserveAspectRatio at app menu icons
Nextcloud bot [Sat, 30 Jul 2016 00:11:16 +0000 (00:11 +0000)]
[tx-robot] updated from transifex
Julius Härtl [Fri, 29 Jul 2016 21:47:49 +0000 (23:47 +0200)]
Merge pull request #662 from thelinuxfr/patch-1
Transifex Owncloud > Nextcloud
Julius Haertl [Fri, 29 Jul 2016 21:06:26 +0000 (23:06 +0200)]
Fix wrong preserveAspectRatio at app menu icons
Frédéric LIETART [Fri, 29 Jul 2016 20:33:10 +0000 (22:33 +0200)]
Transifex Owncloud > Nextcloud
Change transifex link Owncloud > Nextcloud
Björn Schießle [Fri, 29 Jul 2016 18:24:24 +0000 (20:24 +0200)]
Merge pull request #627 from nextcloud/white-app-menu
Change app menu to white background with dark icons
Roeland Jago Douma [Fri, 29 Jul 2016 17:22:17 +0000 (19:22 +0200)]
Merge pull request #656 from nextcloud/ocs_controller_csrf
Dark hackery to not always disable CSRF for OCS controllers
Roeland Jago Douma [Fri, 29 Jul 2016 11:41:30 +0000 (13:41 +0200)]
Dark hackery to not always disable CSRF for OCS controllers
Jan-Christoph Borchardt [Fri, 29 Jul 2016 13:48:05 +0000 (15:48 +0200)]
fix shading of apps icon in app menu
Jan-Christoph Borchardt [Fri, 29 Jul 2016 13:36:30 +0000 (15:36 +0200)]
Merge pull request #625 from nextcloud/video-container-size
up the minimum size of the public share video a bit, use 16/9 ratio
Morris Jobke [Fri, 29 Jul 2016 11:25:34 +0000 (13:25 +0200)]
Merge pull request #651 from stweil/master
Fix misspelling of database "READ COMMITTED"
Jan-Christoph Borchardt [Fri, 29 Jul 2016 10:08:12 +0000 (12:08 +0200)]
slight animation for the sidebar for better feedback what happens
Björn Schießle [Fri, 29 Jul 2016 09:44:34 +0000 (11:44 +0200)]
Merge pull request #648 from nextcloud/add-quotaplugin-v2-master
[upstream] Adding quota plugin to new dav endpoint
Stefan Weil [Thu, 28 Jul 2016 21:00:00 +0000 (23:00 +0200)]
Fix misspelling of database "READ COMMITTED"
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Roeland Jago Douma [Fri, 29 Jul 2016 08:55:47 +0000 (10:55 +0200)]
Merge pull request #630 from nextcloud/enoch85-patch-1
ownCloud -> Nextcloud
Jan-Christoph Borchardt [Thu, 28 Jul 2016 09:49:08 +0000 (11:49 +0200)]
up the minimum size of the public share video a bit, use 16/9 ratio, fix #603