Morris Jobke
|
77cfc8bfb2
|
add viewBox to app icon for proper scaling in Firefox
|
2016-08-17 18:38:53 +02:00 |
Morris Jobke
|
ec4d127e58
|
Merge pull request #905 from nextcloud/invisible_icons
Fix icons on App page in FF
|
2016-08-17 17:24:16 +02:00 |
Nextcloud bot
|
39c180117e
|
[tx-robot] updated from transifex
|
2016-08-17 13:30:52 +00:00 |
Roeland Jago Douma
|
ba4633b165
|
Add viewBox to app icons
If we don't add a viewbox a lot of browsers will just say NOPE!!! when
we ask them to scale.
|
2016-08-17 15:23:51 +02:00 |
Marius Blüm
|
baaf1521ce
|
Merge pull request #787 from nextcloud/files_external-settings-polish
Files external settings polish
|
2016-08-17 12:32:33 +02:00 |
Morris Jobke
|
9a7193ce83
|
Fix casing of external storage app
|
2016-08-17 10:44:00 +02:00 |
Joas Schilling
|
04c5259df0
|
Allow to retrieve the quota itself via the provisioning api
|
2016-08-17 10:41:13 +02:00 |
Morris Jobke
|
27796a4077
|
layout refinements
|
2016-08-17 10:40:59 +02:00 |
Robin Appelman
|
644770c950
|
hide files external in personal settings if it's empty
|
2016-08-17 10:40:59 +02:00 |
Robin Appelman
|
ff89354588
|
don't show dependency info if we cant create new mounts
|
2016-08-17 10:40:59 +02:00 |
Robin Appelman
|
c62e512989
|
hide global credentials in personal when a user cant add mounts
|
2016-08-17 10:40:59 +02:00 |
Roeland Jago Douma
|
ce0604bd06
|
Merge pull request #892 from nextcloud/fix_phpdoc
Some scrutinizer phpdoc fixes
|
2016-08-17 10:38:21 +02:00 |
Joas Schilling
|
027069cbae
|
Merge pull request #846 from nextcloud/provisioning_api_ocs
Move Provisioning API to the AppFramework
|
2016-08-17 10:23:13 +02:00 |
Marius Blüm
|
c1632c3abd
|
Merge pull request #893 from nextcloud/ie8_be_gone
IE8 be gone!
|
2016-08-17 09:02:58 +02:00 |
Nextcloud bot
|
0cc8b8b244
|
[tx-robot] updated from transifex
|
2016-08-17 00:09:19 +00:00 |
Roeland Jago Douma
|
9fd274c447
|
Remove IE8 support from ViewController
* Update tests
* Fix getMock in tests
|
2016-08-16 20:58:33 +02:00 |
Roeland Jago Douma
|
64ff8ac6fa
|
Fix phpdoc in Comments
|
2016-08-16 20:33:09 +02:00 |
Arthur Schiwon
|
717e22267a
|
Merge branch 'master' into implement_712
|
2016-08-16 18:31:59 +02:00 |
Arthur Schiwon
|
4946cc220d
|
for new we cannot have nested settings, default module is only appended if available
|
2016-08-16 18:26:16 +02:00 |
Björn Schießle
|
9db189174c
|
Merge pull request #870 from nextcloud/oc-missingprefixforlastinsertid
Fix oracle support of external storage app
|
2016-08-16 16:24:45 +02:00 |
Roeland Jago Douma
|
d14c6ef78c
|
Merge pull request #860 from nextcloud/fix_updatenotifcations_warnings
Fix deprecated getMock warning
|
2016-08-16 14:50:31 +02:00 |
Nextcloud bot
|
8c424c7971
|
[tx-robot] updated from transifex
|
2016-08-16 00:10:47 +00:00 |
Lukas Reschke
|
6c6338b810
|
Merge branch 'master' into implement_712
|
2016-08-15 21:55:09 +02:00 |
Lukas Reschke
|
7ffb7b0d84
|
Use MockBuilder instead of createMock
CI uses an older PHPUnit
|
2016-08-15 16:43:22 +02:00 |
Lukas Reschke
|
8a7a0f3287
|
Add unit tests
|
2016-08-15 16:25:34 +02:00 |
Roeland Jago Douma
|
396678c9ce
|
Merge pull request #855 from nextcloud/files_drop_capability
Add files drop capability for clients
|
2016-08-15 15:38:35 +02:00 |
Joas Schilling
|
b204af2f0f
|
Fix oracle support of external storage app
|
2016-08-15 12:03:53 +02:00 |
Nextcloud bot
|
f3124b5052
|
[tx-robot] updated from transifex
|
2016-08-15 00:12:16 +00:00 |
Roeland Jago Douma
|
092b767ef9
|
Move Apps to OCSController
|
2016-08-14 18:34:07 +02:00 |
Roeland Jago Douma
|
8f4adebab7
|
Move Users to OCSController
|
2016-08-14 18:34:02 +02:00 |
Roeland Jago Douma
|
432e7c93c6
|
Move Groups over to OCSController
* Take advantage of the AppFramework
* Fix tests
|
2016-08-14 18:34:01 +02:00 |
Roeland Jago Douma
|
0fdeefe47c
|
Add ProvisioningAPI middleware
The provisioning API has 3 access levels:
* Admin
* SubAdmin
* User
This middleware adds a check for the SubAdmin part.
|
2016-08-14 18:34:01 +02:00 |
Roeland Jago Douma
|
3b948f7694
|
Fix deprecated getMock warning
|
2016-08-14 15:45:45 +02:00 |
Nextcloud bot
|
241fc286c7
|
[tx-robot] updated from transifex
|
2016-08-14 00:10:34 +00:00 |
Roeland Jago Douma
|
9daf41e05a
|
Add files drop capability for clients
|
2016-08-13 14:02:09 +02:00 |
Nextcloud bot
|
4da01eeef6
|
[tx-robot] updated from transifex
|
2016-08-13 00:13:29 +00:00 |
Arthur Schiwon
|
158d78e1ab
|
move mail settings and file handling to additional ones, thus files_external gets its own section
|
2016-08-13 01:02:25 +02:00 |
Arthur Schiwon
|
d2fcac8300
|
change federatedfilesharing css class to followupsection to reduce whitespace
|
2016-08-13 00:36:32 +02:00 |
Arthur Schiwon
|
b99ecb3c23
|
move systemstags to sharign section, drop collaboration section
|
2016-08-13 00:33:09 +02:00 |
Arthur Schiwon
|
a133e7970d
|
make updatenotification settings appear as if it is part of the version part in server settings
|
2016-08-13 00:29:39 +02:00 |
Arthur Schiwon
|
7a2b96c7e6
|
change casing in section display names
|
2016-08-13 00:06:10 +02:00 |
Arthur Schiwon
|
0fdf801c25
|
fix theming tests
|
2016-08-12 16:58:59 +02:00 |
Arthur Schiwon
|
0c15081279
|
rename remaining occurences of OCA/Theming/Template
|
2016-08-12 16:00:39 +02:00 |
Bjoern Schiessle
|
18fd8ff70c
|
rename "Tenmplate" to "ThemingDefaults" to make the auto loader happy"
|
2016-08-12 15:32:28 +02:00 |
Arthur Schiwon
|
ac04ba6784
|
register app autoload instead of loading apps
|
2016-08-12 13:23:14 +02:00 |
Nextcloud bot
|
35358bdde0
|
[tx-robot] updated from transifex
|
2016-08-12 00:10:18 +00:00 |
Lukas Reschke
|
8261ccce1b
|
Merge branch 'master' into implement_712
|
2016-08-11 19:37:17 +02:00 |
Arthur Schiwon
|
3dfdc8e311
|
adjust systemtags app
|
2016-08-11 19:05:06 +02:00 |
Arthur Schiwon
|
3f9e1b3b45
|
adjust federation app
|
2016-08-11 18:53:45 +02:00 |
Arthur Schiwon
|
c0a2a1ff64
|
superfluous
|
2016-08-11 18:40:19 +02:00 |