Raghu Nayyar
bbd764399f
Removes uneeded styles.
2016-08-17 09:58:09 +02:00
Raghu Nayyar
e96e652f72
Uses javascript to invert the SVGs.
2016-08-17 09:58:04 +02:00
Lukas Reschke
a2942c3e94
Merge pull request #894 from nextcloud/stable10-implement_712
...
[Stable10] Backport 796
2016-08-17 09:39:35 +02:00
Lukas Reschke
1f177aa105
Use getMockBuilder instead of createMock
2016-08-16 21:36:59 +02:00
Lukas Reschke
6ed721dde3
Rename class reference
...
File has been renamed only on master
2016-08-16 21:28:26 +02:00
Arthur Schiwon
f4aa676cb0
adjust tests to latest changes
2016-08-16 21:11:29 +02:00
Arthur Schiwon
c5fdee2678
for new we cannot have nested settings, default module is only appended if available
2016-08-16 21:11:25 +02:00
Arthur Schiwon
8ef08e46e8
add missing encryption modules to settings
2016-08-16 21:11:17 +02:00
Arthur Schiwon
4d505b72de
fix missing parameters in sharing settings page
2016-08-16 21:11:10 +02:00
Arthur Schiwon
e6116627b6
final db indexes
2016-08-16 21:11:06 +02:00
Arthur Schiwon
eed879ab3e
adopt to Controller constructor changes
2016-08-16 21:11:01 +02:00
Arthur Schiwon
6e37a007b9
check registered sections and settings after an app got updated to garbage collect orphaned classes
2016-08-16 21:10:57 +02:00
Arthur Schiwon
1e62bd3d92
attempt to remove section and settings entries when an app got disabled
2016-08-16 21:10:54 +02:00
Lukas Reschke
436e6c1078
Use MockBuilder instead of createMock
...
CI uses an older PHPUnit
2016-08-16 21:10:47 +02:00
Lukas Reschke
687f5bee94
Add unit tests
2016-08-16 21:10:41 +02:00
Arthur Schiwon
1ebbcdcc96
satisfy dependencies for files_external
2016-08-16 21:10:37 +02:00
Arthur Schiwon
57295ee35f
simplify encryption manager fetching in DIContainer
2016-08-16 21:10:27 +02:00
Arthur Schiwon
9111b52fef
move mail settings and file handling to additional ones, thus files_external gets its own section
2016-08-16 21:10:21 +02:00
Arthur Schiwon
2d66b16e34
change federatedfilesharing css class to followupsection to reduce whitespace
2016-08-16 21:10:17 +02:00
Arthur Schiwon
0c904c8de7
move systemstags to sharign section, drop collaboration section
2016-08-16 21:10:13 +02:00
Arthur Schiwon
c93453e878
make updatenotification settings appear as if it is part of the version part in server settings
2016-08-16 21:10:09 +02:00
Arthur Schiwon
d056f575c9
change casing in section display names
2016-08-16 21:10:04 +02:00
Arthur Schiwon
ef4452e3c3
mark current section
2016-08-16 21:10:00 +02:00
Arthur Schiwon
fe29483a9d
fix theming tests
2016-08-16 21:09:54 +02:00
Arthur Schiwon
6fa34e334f
added some missed diagnosis output
2016-08-16 21:09:50 +02:00
Arthur Schiwon
cd08307bb8
rename remaining occurences of OCA/Theming/Template
2016-08-16 21:09:46 +02:00
Bjoern Schiessle
4132319bae
rename "Tenmplate" to "ThemingDefaults" to make the auto loader happy"
2016-08-16 21:09:41 +02:00
Arthur Schiwon
a5ba5bb19f
register app autoload instead of loading apps
2016-08-16 21:09:36 +02:00
Lukas Reschke
3ad89a76b5
Resolve conflict
2016-08-16 21:09:31 +02:00
Lukas Reschke
df3b708cec
Add since tags to class
2016-08-16 21:09:26 +02:00
Lukas Reschke
c4b35dceb0
Add missing since annotations
2016-08-16 21:09:22 +02:00
Arthur Schiwon
40778560be
adjust systemtags app
2016-08-16 21:09:08 +02:00
Arthur Schiwon
63efdb35df
adjust federation app
2016-08-16 21:08:41 +02:00
Arthur Schiwon
0c86f69626
superfluous
2016-08-16 21:08:22 +02:00
Arthur Schiwon
ea419a29c2
adjust files app, and integrate files_external into that section
2016-08-16 21:08:16 +02:00
Arthur Schiwon
3ae0a380ae
adjust Theming app
2016-08-16 21:07:09 +02:00
Arthur Schiwon
6a35c7d124
superfluous
2016-08-16 21:06:51 +02:00
Arthur Schiwon
10249f48f1
make sure shipped apps also setup their admin settings on a fresh install
2016-08-16 21:06:45 +02:00
Arthur Schiwon
09573dbbba
adjust files_external
2016-08-16 21:06:38 +02:00
Arthur Schiwon
94c3d614da
adjust federatedfilesharing
2016-08-16 21:06:16 +02:00
Arthur Schiwon
e37db63e47
rename IAdmin to ISettings, the interface is not bound to a specific settings scope
2016-08-16 21:05:54 +02:00
Arthur Schiwon
c956901949
fixes, improvements, and another app:
...
* setupSettings now also triggered on enable
* fixes detection of present admin section or settings in the DB
* add update routine in such cases
* encryption app migrated
2016-08-16 21:05:38 +02:00
Arthur Schiwon
d7bbebb8f5
fix registration of admin settings and section on app install
2016-08-16 21:05:19 +02:00
Arthur Schiwon
2e9794f53e
more admin page splitup improvements
...
* bump version to ensure tables are created
* make updatenotification app use settings api
* change IAdmin::render() to getForm() and change return type from Template to TemplateResponse
* adjust User_LDAP accordingly, as well as built-in forms
* add IDateTimeFormatter to AppFramework/DependencyInjection/DIContainer.php. This is important so that \OC::$server->query() is able to resolve the
constructor parameters. We should ensure that all OCP/* stuff that is available from \OC::$server is available here. Kudos to @LukasReschke
* make sure apps that have settings info in their info.xml are loaded before triggering adding the settings setup method
2016-08-16 21:05:11 +02:00
Arthur Schiwon
a548902d5f
Fallback for legacy settings. They are placed into Additional Settings
2016-08-16 21:04:41 +02:00
Arthur Schiwon
bbb086f0d2
remove mistakenly added file
2016-08-16 21:04:34 +02:00
Arthur Schiwon
9e39c4155a
fix duplicated db index name
2016-08-16 21:04:29 +02:00
Arthur Schiwon
d01689037d
Initial work on Apps page split:
...
* interfaces for the Admin settings (IAdmin) and section (ISection)
* SettingsManager service
* example setup with LDAP app
2016-08-16 21:04:22 +02:00
Lukas Reschke
737591f239
Merge pull request #858 from nextcloud/stable10-when-logged-in-then-just-redirect-to-redirected-page
...
[stable10] when logged in then just redirect to redirected page
2016-08-16 18:13:24 +02:00
Björn Schießle
9250ffdaa1
Merge pull request #887 from nextcloud/stable10_855
...
[Stable10] Add files drop capability for clients
2016-08-16 11:38:51 +02:00