Vincent Petry
3c2de97ab1
Disable NFD encoding wrapper by default
...
Seems I forgot to set it back to false after testing.
Will give a performance boost for all storages.
2016-08-17 14:45:18 +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
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
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
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
0c904c8de7
move systemstags to sharign section, drop collaboration section
2016-08-16 21:10:13 +02:00
Arthur Schiwon
d056f575c9
change casing in section display names
2016-08-16 21:10:04 +02:00
Arthur Schiwon
6fa34e334f
added some missed diagnosis output
2016-08-16 21:09:50 +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
Arthur Schiwon
40778560be
adjust systemtags app
2016-08-16 21:09:08 +02:00
Arthur Schiwon
3ae0a380ae
adjust Theming app
2016-08-16 21:07:09 +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
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
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
550c5ee7c4
Merge pull request #811 from nextcloud/shared-cachethepropagatorinstance-stable10
...
Store the shared propagator instance
2016-08-10 17:24:44 +02:00
Lukas Reschke
93677b2ca3
Merge pull request #817 from nextcloud/jail-root-stable10
...
[stable10] getJailedPath expects $path to have a trailing /
2016-08-10 16:04:13 +02:00
Robin Appelman
5321a8728e
get shared storage storage id without setting up the storage
2016-08-10 13:05:32 +02:00
Thomas Müller
2e0e2064e8
Adding test case for getPathById including a jailed cache where root is just empty
2016-08-10 11:29:11 +02:00
Thomas Müller
0253300e2a
getJailedPath expects $path to have a trailing / - fixes #25464
2016-08-10 11:29:02 +02:00
Vincent Petry
5edd5100fe
Store the shared propagator instance
...
This instead of recreating it for every call.
2016-08-10 10:59:56 +02:00
Björn Schießle
7321baa108
Merge pull request #713 from nextcloud/stable10_474
...
[Stable 10] Group shares with same source and target
2016-08-08 10:55:26 +02:00
Morris Jobke
65dd174655
Merge pull request #756 from nextcloud/twofactor-isset-10
...
[10] Check if an app provide two-factor-auth providers before we try to use them
2016-08-08 09:15:13 +02:00
Marius Blüm
eb9d0b4664
Merge pull request #757 from nextcloud/nextcloud-version-check-10
...
[10] Translate the server version for nextcloud
2016-08-07 09:08:49 +02:00
Joas Schilling
9bc13eb7eb
Translate the server version for nextcloud
2016-08-06 10:42:26 +02:00
Robin Appelman
e9310f750c
Check if an app provide two-factor-auth providers before we try to use them
2016-08-06 10:30:36 +02:00
blizzz
6bbcbb22e9
Correct name in Console Application.php
...
see changes :)
2016-08-05 14:37:32 +02:00
Vincent Petry
21907c4f3e
Fix RepairUnmergedShares to not skip valid repair cases
...
The repair step was a bit overeager to skip repairing so it missed the
case where a group share exists without subshares but with an
additional direct user share.
2016-08-04 19:50:16 +02:00
Vincent Petry
3a86dd1d1a
Adjust repair version check for unmerged shares
2016-08-04 19:50:16 +02:00
Vincent Petry
6638e1857a
Add repair step for unmerged shares (WIP)
2016-08-04 19:50:16 +02:00
Joas Schilling
713e201074
Merge pull request #602 from nextcloud/backport-workflow-engine
...
🚧 [WIP] Backport workflow engine 🚧
2016-08-04 14:20:14 +02:00
Robin Appelman
de8bb68325
revert to old setup connection logic
2016-07-29 00:41:12 +02:00
Morris Jobke
51be4bf2f0
Merge pull request #618 from nextcloud/backport-519-stable10
...
Backport LDAPProvider to Nextcloud 10
2016-07-28 23:13:21 +02:00
Morris Jobke
0a14cd4d60
Merge pull request #628 from nextcloud/stable10-backport-612
...
[stable10] libxml - compare against loaded version
2016-07-28 16:56:55 +02:00
Morris Jobke
1913419520
libxml - compare against loaded version
...
* if the compiled in version is older than the loaded version Nextcloud doesn't work
* uses the loaded libxml version to check against
fixes #205
2016-07-28 14:11:32 +02:00
Roeland Jago Douma
6990a4e550
Support subdir in the OCS v2 endpoint
...
We should check against the ending substring since people could
run their nextcloud in a subfolder.
* Added test
2016-07-28 13:12:01 +02:00
root
aa02f518ad
Backport LDAPProvider to Nextcloud 10
...
New LDAPProvider for user_ldap
final changes
comments amended
Nextcloud license header for new files
2016-07-28 10:20:38 +02:00
Joas Schilling
2a4a1278fa
Allow DI of the workflow manager by the OCP interface
2016-07-27 14:13:08 +02:00
Arthur Schiwon
1013fac447
fix autoloading in LPAP integration tests, resolves #544
2016-07-26 21:06:29 +02:00
Morris Jobke
d181301699
Merge pull request #508 from nextcloud/stable10_ocs_appframework_xml
...
[Stable10] AppFramework do not get default response
2016-07-25 12:52:13 +02:00
Joas Schilling
28dffaa32f
Make sure we try to autoload the class
2016-07-25 09:42:28 +02:00