Vincent Petry
|
6cbabdf217
|
Fixed array detection on public download
When downloading a folder called "0001" PHP should fallback to parsing
it as string and properly detect that it is not a JSON array.
|
2014-10-13 12:54:21 +02:00 |
Björn Schießle
|
87899db204
|
Merge pull request #11380 from owncloud/fix_performance_issue_sharing
[sharing] fix performance issues
|
2014-10-10 15:56:30 +02:00 |
Bjoern Schiessle
|
527e1d001f
|
try to get path from filesystem
|
2014-10-10 14:47:41 +02:00 |
Bjoern Schiessle
|
3431d547a9
|
fix performance issues
|
2014-10-10 12:16:26 +02:00 |
Jenkins for ownCloud
|
2cc26c9022
|
[tx-robot] updated from transifex
|
2014-10-10 01:55:10 -04:00 |
MTRichards
|
f511977832
|
Updated info.xml app description
Added updates description
|
2014-10-08 21:24:54 -04:00 |
Jenkins for ownCloud
|
01be0af209
|
[tx-robot] updated from transifex
|
2014-10-07 01:54:46 -04:00 |
Jenkins for ownCloud
|
f191e5b088
|
[tx-robot] updated from transifex
|
2014-10-05 01:54:50 -04:00 |
Lukas Reschke
|
306bf71c62
|
Use SVG previews for public sharing
Fixes https://github.com/owncloud/core/pull/11367#issuecomment-57306037 and https://github.com/owncloud/core/issues/9218
|
2014-09-30 15:49:49 +02:00 |
Lukas Reschke
|
8c8e5c168e
|
Merge pull request #10107 from owncloud/sharing_group_shares
[sharing] group shares
|
2014-09-29 20:26:41 +02:00 |
Bjoern Schiessle
|
6e7acb8ae0
|
some small fixed, suggested by scrutinizer
|
2014-09-29 11:23:18 +02:00 |
Bjoern Schiessle
|
e5f0dded84
|
throw a exception if we can't handle the provided path
|
2014-09-29 11:13:06 +02:00 |
Jenkins for ownCloud
|
63726ea9e2
|
[tx-robot] updated from transifex
|
2014-09-29 01:54:33 -04:00 |
Jenkins for ownCloud
|
84923475c0
|
[tx-robot] updated from transifex
|
2014-09-28 01:55:09 -04:00 |
Jenkins for ownCloud
|
3a16b1bb68
|
[tx-robot] updated from transifex
|
2014-09-27 01:54:48 -04:00 |
Jenkins for ownCloud
|
1631937990
|
[tx-robot] updated from transifex
|
2014-09-26 01:54:59 -04:00 |
Bjoern Schiessle
|
52b6469b0c
|
call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all checks are executed, e.g. to check if the share is really visible
|
2014-09-25 14:26:31 +02:00 |
Bjoern Schiessle
|
d5fc011c90
|
some small fixes
|
2014-09-25 11:29:57 +02:00 |
Jenkins for ownCloud
|
f46e49529f
|
[tx-robot] updated from transifex
|
2014-09-25 01:55:32 -04:00 |
Bjoern Schiessle
|
5c7fe91041
|
clear share table after each test run
|
2014-09-24 14:02:02 +02:00 |
Lukas Reschke
|
aeb516c3c9
|
Check for blacklisted characters
Fixes https://github.com/owncloud/core/issues/11264
(This should in future get moved to the mountpoint class - but that is something for @icewind1991 ;-))
|
2014-09-23 19:30:32 +02:00 |
Jenkins for ownCloud
|
479e4410c5
|
[tx-robot] updated from transifex
|
2014-09-23 02:05:45 -04:00 |
Bjoern Schiessle
|
9105e17307
|
unit tests for grouping of shares pointing to the same source
|
2014-09-22 17:54:47 +02:00 |
Bjoern Schiessle
|
89c3b650e6
|
group shares and combine permissions
|
2014-09-22 17:25:15 +02:00 |
Volkan Gezer
|
d16b8c03e9
|
fix button text l10n
|
2014-09-22 09:32:03 +02:00 |
Georg Ehrke
|
9fd23d2edf
|
files_sharing: add route for ajax/publicpreview
|
2014-09-21 18:21:42 +02:00 |
Jenkins for ownCloud
|
786312d0e8
|
[tx-robot] updated from transifex
|
2014-09-19 01:55:44 -04:00 |
Jenkins for ownCloud
|
dd6b0b1319
|
[tx-robot] updated from transifex
|
2014-09-18 01:54:39 -04:00 |
Lukas Reschke
|
7db0d55129
|
Merge pull request #11105 from owncloud/jsunit-legacyfileactionsfix
Tentative fix for legacy file actions unit test side effect
|
2014-09-17 18:10:49 +02:00 |
Jenkins for ownCloud
|
2a89bc7b51
|
[tx-robot] updated from transifex
|
2014-09-17 01:55:27 -04:00 |
Vincent Petry
|
05cf940983
|
Tentative fix for legacy file actions unit test side effect
Sometimes the JS unit test with legacy file actions fail.
This fix runs the legacy file actions tests on a dummy instead of the
real one.
|
2014-09-16 15:38:44 +02:00 |
Morris Jobke
|
61b040cbe8
|
Merge pull request #10663 from owncloud/files_trashbin_original_path
Show original path information in trashbin and for shares
|
2014-09-16 12:49:17 +02:00 |
Jenkins for ownCloud
|
1e6ac31bde
|
[tx-robot] updated from transifex
|
2014-09-16 01:54:33 -04:00 |
Lukas Reschke
|
627252fe81
|
Merge pull request #11060 from owncloud/rmobslang
remove obsolete language files
|
2014-09-15 17:31:10 +02:00 |
Andreas Fischer
|
31898aa635
|
Merge pull request #11021 from owncloud/do-not-double-decode
Do not double decode values
* owncloud/do-not-double-decode:
Do not double decode values
|
2014-09-15 07:58:45 +02:00 |
Volkan Gezer
|
5d1fa60e0d
|
remove obsolete language files
|
2014-09-13 15:29:11 +02:00 |
Jenkins for ownCloud
|
d6834b6389
|
[tx-robot] updated from transifex
|
2014-09-12 03:28:56 -04:00 |
Robin McCorkell
|
99d41bec5d
|
Show original path information in trashbin and sharing views
Path will only be shown if in subdirectory, not in root.
|
2014-09-11 15:45:42 +01:00 |
Lukas Reschke
|
99e9e762d1
|
Do not double decode values
Fixes https://github.com/owncloud/core/issues/11012
|
2014-09-11 15:34:57 +02:00 |
Jenkins for ownCloud
|
0dcd8079dc
|
[tx-robot] updated from transifex
|
2014-09-11 01:54:41 -04:00 |
kondou
|
2a4c51389c
|
Use a route instead of s.php and convert tokens asap
|
2014-09-04 15:23:55 +02:00 |
Clark Tomlinson
|
27de0e5621
|
Hiding add to your own cloud if server2server sharing is not enabled
|
2014-09-03 10:04:46 -04:00 |
Jenkins for ownCloud
|
8787162ec9
|
[tx-robot] updated from transifex
|
2014-09-03 01:54:34 -04:00 |
Lukas Reschke
|
8009df0b60
|
Merge pull request #10420 from owncloud/external-share-self-signed
Make external shares work with imported self signed certificates
|
2014-08-31 15:50:30 +02:00 |
Robin Appelman
|
2fcedcc503
|
fix test
|
2014-08-31 10:47:50 +02:00 |
Robin Appelman
|
298011bf29
|
fix indention
|
2014-08-31 10:45:11 +02:00 |
Robin Appelman
|
c2ebc192a6
|
Make external shares work with imported self-signed certificates
|
2014-08-31 10:45:11 +02:00 |
Robin Appelman
|
d0266c0bf8
|
Use public api for getting l10n
|
2014-08-31 10:08:22 +02:00 |
Jenkins for ownCloud
|
23137f4798
|
[tx-robot] updated from transifex
|
2014-08-31 01:56:20 -04:00 |
Jenkins for ownCloud
|
53f3b7ab52
|
[tx-robot] updated from transifex
|
2014-08-30 01:57:04 -04:00 |