Morris Jobke
3e168f8330
Merge pull request #18514 from owncloud/app-navigation-style
...
reduce grey tones in app navigation
2015-08-26 17:12:11 +02:00
Jan-Christoph Borchardt
bf0c3b3d21
reduce grey tones in app navigation, bubble menu and scrollbar
2015-08-26 17:00:48 +02:00
Jan-Christoph Borchardt
0bf7b0d738
Merge pull request #18573 from owncloud/search-style
...
only show search icon on desktop, like on mobile
2015-08-26 16:54:48 +02:00
Morris Jobke
062fd37f74
Merge pull request #18577 from owncloud/action-details
...
file action detail style fixes
2015-08-26 16:28:40 +02:00
Bjoern Schiessle
e51fe617d8
copy always file by file to encrypt/decrypt it if needed
2015-08-26 14:58:22 +02:00
Bjoern Schiessle
8c08dd0ac2
occ tool to encrypt all files
2015-08-26 14:58:22 +02:00
Lukas Reschke
3d2ee95f1e
Remove last occurence of `forcessl`
...
This shoudl have been adjusted as well, now it's consistent with `setMagicInCookie`. While it does not have a security impact directly some automated scanners reported this all the time.
2015-08-26 14:29:36 +02:00
Morris Jobke
2d0d79296b
Merge pull request #18580 from owncloud/remove-unused-translations-master
...
Remove unused translations master
2015-08-26 13:56:58 +02:00
Thomas Müller
3773c69f01
Adding simple script to remove language files from core
2015-08-26 12:19:58 +02:00
Thomas Müller
40203d7d1e
Remove languages which are no longer maintained on transifex
2015-08-26 12:19:24 +02:00
Joas Schilling
199d1dc239
Bring the coverage back to 100%
2015-08-26 11:54:25 +02:00
Joas Schilling
2a6e676048
Adjust tests
2015-08-26 11:54:25 +02:00
Joas Schilling
aa2a894eb0
Fix performance issues of the sharees api
2015-08-26 11:54:25 +02:00
Joas Schilling
ac8941f6ac
Manually query for the last id
2015-08-26 11:54:25 +02:00
Joas Schilling
f4186d3dfc
Fix wrong value for datetime field
2015-08-26 11:54:25 +02:00
Joas Schilling
937586a3f0
Rename file to match the class name
2015-08-26 11:54:25 +02:00
Joas Schilling
6b69e7b1da
Add tests for "getShareesForShareIds()"
2015-08-26 11:54:25 +02:00
Joas Schilling
83b88c9a26
Do not return the current user himself
2015-08-26 11:54:25 +02:00
Joas Schilling
0227cfff08
Take a list of share IDs instead of the user and group names
2015-08-26 11:54:25 +02:00
Joas Schilling
5c4fbf5191
Inject the logger as well
2015-08-26 11:54:25 +02:00
Joas Schilling
a0ab7a2578
Add all possible links next, prev, first and last
2015-08-26 11:54:25 +02:00
Joas Schilling
c6ed40c9f8
Make shareType an array
2015-08-26 11:54:24 +02:00
Joas Schilling
068a81897e
Add tests for "search()"
2015-08-26 11:54:24 +02:00
Joas Schilling
327c47a989
Do not use deprecated method in new code
2015-08-26 11:54:24 +02:00
Joas Schilling
3f64e9423b
Split logic and global usage and add tests for "searchSharees()"
2015-08-26 11:54:24 +02:00
Joas Schilling
a66aa1fe02
Filter the sharees with the existing shares
2015-08-26 11:54:24 +02:00
Joas Schilling
4b08783946
Use SearchResultSorter
2015-08-26 11:54:24 +02:00
Joas Schilling
16e5c15c28
Add tests for "getRemote()"
2015-08-26 11:54:24 +02:00
Joas Schilling
ad450d4f0e
Add tests for "getGroups()"
2015-08-26 11:54:24 +02:00
Joas Schilling
be257bc9cc
Add tests for "getUsers()"
2015-08-26 11:54:24 +02:00
Joas Schilling
9b0058d2b0
Move test file to subdir
2015-08-26 11:54:24 +02:00
Roeland Jago Douma
b2fbecc39f
Empty skeleton for tests
2015-08-26 11:54:24 +02:00
Roeland Jago Douma
8a5c1e6d4d
Sort sharees
...
To ensure that pagination is working properly we need to make sure the
shares are always in the same order.
Sorting is first done by label (catches most instances)
If there is a user and a group with the same label we sort by shareType
If there are multiple users with the same label we sort those by
shareWith
2015-08-26 11:54:24 +02:00
Roeland Jago Douma
98301210a9
Start of OCS Share API sharees endpoint
2015-08-26 11:54:23 +02:00
Morris Jobke
27af0e82dd
Merge pull request #18042 from GreenArchon/master
...
Properly nest groups when using memberOf to detect group membership, …
2015-08-26 11:42:47 +02:00
Morris Jobke
202af1e322
fix unit tests
2015-08-26 11:39:22 +02:00
Jan-Christoph Borchardt
7ed8c7f75c
Merge pull request #18576 from owncloud/update-maintenance-color
...
Make maintenance/update text white
2015-08-26 11:30:07 +02:00
Jan-Christoph Borchardt
c11ea056d0
properly shade file actions and menu items, don't differentiate between mobile and desktop
2015-08-26 11:07:29 +02:00
Vincent Petry
23aa44b6b5
Make maintenance/update text white
...
Removing the color makes it default to white as defined in the parent
style.
2015-08-26 11:04:39 +02:00
Vincent Petry
ce6045f84b
Properly show update exception
2015-08-26 10:56:27 +02:00
Vincent Petry
90ed32ebc5
Properly show token errors in ajax/update.php event source
2015-08-26 10:52:43 +02:00
Jan-Christoph Borchardt
898243a5ee
fix share icons of shared items being placed off on mobile
2015-08-26 10:27:55 +02:00
Jenkins for ownCloud
90e11ee005
[tx-robot] updated from transifex
2015-08-26 04:10:42 -04:00
Jan-Christoph Borchardt
6cbb56ac5f
remove border around bubble menu
2015-08-26 09:57:50 +02:00
Jan-Christoph Borchardt
8d1fb6059f
proper padding and whitespace for share and more actions
2015-08-26 09:57:32 +02:00
Jan-Christoph Borchardt
2458a09ac4
use same font-size for share action text
2015-08-26 09:46:47 +02:00
Jan-Christoph Borchardt
5a6b10ae6f
only show search icon on desktop, like on mobile
2015-08-26 09:35:12 +02:00
Raghu Nayyar
08a490df32
Merge pull request #18569 from owncloud/files-dropdown-border
...
adjust dropdown borders to button borders
2015-08-26 12:36:28 +05:30
Thomas Müller
749e3d5219
Merge pull request #18553 from owncloud/write-l10n-on-login
...
Save detected l10n of browser on login
2015-08-26 08:44:25 +02:00
Thomas Müller
534b2e407a
Merge pull request #17662 from owncloud/locking-db
...
Database backend for locking
2015-08-26 03:56:37 +02:00