Nextcloud bot
d6bee61131
[tx-robot] updated from transifex
2016-08-10 00:09:59 +00:00
Roeland Jago Douma
edeb41ccaf
Merge pull request #780 from nextcloud/copy_fed_cloud_id
...
Add clipboard action to Personal Settings Fed Cloud Id
2016-08-09 16:18:15 +02:00
Marius Blüm
352ec077a2
Merge pull request #789 from nextcloud/padding_federation
...
Padding of federated servers
2016-08-09 16:02:48 +02:00
Roeland Jago Douma
59a073c185
Padding of federated server
2016-08-09 14:42:01 +02:00
Marius Blüm
ba15687cc9
Merge pull request #767 from nextcloud/federation-error-messages
...
improve federation error messages
2016-08-09 14:28:11 +02:00
Roeland Jago Douma
6f37a65b77
Add clipboard action to Personal Settings Fed Cloud Id
2016-08-09 14:22:00 +02:00
Björn Schießle
5253af5664
Merge pull request #779 from nextcloud/slideup_addtowebsite
...
Make 'Add to your website' toggleable
2016-08-09 13:44:56 +02:00
Roeland Jago Douma
d8e8096eba
Make 'Add to your website' toggleable
2016-08-09 12:21:10 +02:00
Lukas Reschke
c04b0364ac
Merge pull request #750 from nextcloud/workflow-cleanup
...
Workflow cleanup
2016-08-09 11:29:31 +02:00
Bjoern Schiessle
50044fb792
improve federation error messages
2016-08-09 10:24:45 +02:00
Nextcloud bot
3a26def7cf
[tx-robot] updated from transifex
2016-08-09 00:10:11 +00:00
Marius Blüm
a858c73357
Merge pull request #764 from nextcloud/fix-tags-icon
...
Add black version of system tags icon
2016-08-08 19:42:16 +02:00
Joas Schilling
81c30907e2
Disable by default
2016-08-08 16:45:40 +02:00
Joas Schilling
352e8b3c79
More casing
2016-08-08 16:45:40 +02:00
Joas Schilling
dae6432ae7
Increment the versions and adjust the capitilization
2016-08-08 16:45:40 +02:00
Lukas Reschke
70eef2a82e
Merge pull request #445 from nextcloud/ocs_share_to_appframework
...
OCS Share API to appframework
2016-08-08 14:59:59 +02:00
Bugsbane
9a9b78252f
Add black version of system tags icon
...
Includes PNG (16x16px) and SVG (scoured) versions in black, to be uniform with the other icon files.
2016-08-08 03:08:46 -04:00
Nextcloud bot
344916de15
[tx-robot] updated from transifex
2016-08-07 00:10:23 +00:00
Nextcloud bot
b80e3e70e5
[tx-robot] updated from transifex
2016-08-06 00:10:17 +00:00
Joas Schilling
94ac627c37
Allow a description for workflow sections
2016-08-05 15:18:15 +02:00
Joas Schilling
09f095d30f
Add placeholder to the name field
2016-08-05 15:15:27 +02:00
Joas Schilling
e3ed77adcf
Rename operations and checks
2016-08-05 15:14:40 +02:00
Joas Schilling
549f22ab62
Highlight the check row on hover
2016-08-05 15:13:22 +02:00
Joas Schilling
777504d0e0
Add some space between the rule groups
2016-08-05 15:12:57 +02:00
Roeland Jago Douma
0556e40d3e
Fix tests
2016-08-05 14:17:32 +02:00
Roeland Jago Douma
d9418c105e
Add OCSShareAPIMiddleware tests
2016-08-05 14:17:32 +02:00
Roeland Jago Douma
4504d7f5e9
DataResponse required ['data' => DATA]
2016-08-05 14:17:31 +02:00
Roeland Jago Douma
7fdc2f32fa
More exceptions
2016-08-05 14:17:31 +02:00
Roeland Jago Douma
3a31b2875b
Add OCSShareAPIMiddleware
...
* This will cleanup the locks after each request
* Move check for enabled share api to the middleware
2016-08-05 14:17:31 +02:00
Roeland Jago Douma
8b160077f1
Throw OCSNotFoundExceptions
2016-08-05 14:17:25 +02:00
Roeland Jago Douma
54f21bccdf
Remove unneeded wrapper
2016-08-05 14:17:25 +02:00
Roeland Jago Douma
a32caa4904
Convert Share API to use the AppFramework
2016-08-05 14:17:25 +02:00
Joas Schilling
f37fa6e45c
Move Share backends to PSR-4 instead of using class path ( #24941 )
2016-08-05 14:13:41 +02:00
Nextcloud bot
c44c9a55f4
[tx-robot] updated from transifex
2016-08-05 00:10:09 +00:00
Morris Jobke
e1807ed0a4
Merge pull request #465 from nextcloud/fix_smb_attributes
...
Fix file permissions for SMB (read-only folders will be writeable) (#…
2016-08-04 19:48:21 +02:00
Bernhard Posselt
d7c1bfb4ed
fix #724 by using step instead of job
2016-08-04 13:32:03 +02:00
Nextcloud bot
258ee140a4
[tx-robot] updated from transifex
2016-08-04 00:11:51 +00:00
Joas Schilling
8ad79eb097
Merge pull request #611 from nextcloud/add-more-checks
...
Add more checks
2016-08-03 14:38:53 +02:00
Vincent Petry
2404f6a5a7
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.
2016-08-03 10:16:28 +02:00
Vincent Petry
0bddaa23b0
Added more tests for sharing's MountProvider
2016-08-03 10:16:28 +02:00
Vincent Petry
714d7ec936
Improved share grouping readability + fixed test
2016-08-03 10:16:28 +02:00
Roeland Jago Douma
04d5465228
Group shares with same source and target
...
Fixes #24575
Note that this is a very limited solution and eventually we want smarter
merging!
2016-08-03 10:16:28 +02:00
Nextcloud bot
0874460e48
[tx-robot] updated from transifex
2016-08-03 00:11:12 +00:00
Joas Schilling
bcf022c964
Ooops
2016-08-02 12:52:46 +02:00
Joas Schilling
4e5fb74773
Do not allow to delete/update group shares as a group member
2016-08-02 10:50:35 +02:00
Joas Schilling
248020f61f
No multi support, less magic
2016-08-02 10:50:21 +02:00
Joas Schilling
62d009ad09
Allow to define the operation
2016-08-02 10:50:21 +02:00
Nextcloud bot
5f83f4d9a8
[tx-robot] updated from transifex
2016-08-02 00:09:59 +00:00
Morris Jobke
dbf3ca5baf
Merge pull request #682 from nextcloud/fix-theming-logo
...
fix missing semicolon to fix themed logo on log in page
2016-08-01 19:50:42 +02:00
Morris Jobke
32e5e48b0b
Merge pull request #653 from nextcloud/animate-sidebar
...
slight animation for the sidebar for better feedback what happens
2016-08-01 18:21:31 +02:00