summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* Add unit testsLukas Reschke2016-08-151-17/+15
|
* move mail settings and file handling to additional ones, thus files_external ↵Arthur Schiwon2016-08-134-126/+152
| | | | gets its own section
* make updatenotification settings appear as if it is part of the version part ↵Arthur Schiwon2016-08-132-0/+9
| | | | in server settings
* mark current sectionArthur Schiwon2016-08-122-7/+13
|
* Resolve conflictLukas Reschke2016-08-111-6/+6
|
* Merge branch 'master' into implement_712Lukas Reschke2016-08-1134-39/+183
|\
| * [tx-robot] updated from transifexNextcloud bot2016-08-114-6/+26
| |
| * [tx-robot] updated from transifexNextcloud bot2016-08-1112-0/+12
| |
| * add more margin to right of the iconMorris Jobke2016-08-101-0/+1
| |
| * Add sliding animationRoeland Jago Douma2016-08-101-2/+7
| |
| * Add clipboardjs for tokenRoeland Jago Douma2016-08-103-0/+42
| |
| * Always show delete icon for new tokensRoeland Jago Douma2016-08-101-0/+9
| | | | | | | | | | * Always show delete icon * Hide form if the new icon is deleted
| * Add note password is only shown onceRoeland Jago Douma2016-08-101-1/+4
| |
| * [tx-robot] updated from transifexNextcloud bot2016-08-1030-28/+78
| |
| * Merge pull request #784 from nextcloud/admin_php_smtp_casingLukas Reschke2016-08-091-6/+6
| |\ | | | | | | Admin setting PHP and SMTP casing
| | * Admin setting PHP and SMTP casingRoeland Jago Douma2016-08-091-6/+6
| | |
| * | Remove AGPL titleRoeland Jago Douma2016-08-091-2/+4
| |/
* | rename IAdmin to ISettings, the interface is not bound to a specific ↵Arthur Schiwon2016-08-111-1/+1
| | | | | | | | settings scope
* | more admin page splitup improvementsArthur Schiwon2016-08-101-2/+2
| | | | | | | | | | | | | | | | | | | | * 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
* | Fallback for legacy settings. They are placed into Additional SettingsArthur Schiwon2016-08-092-0/+67
| |
* | Initial work on Apps page split:Arthur Schiwon2016-08-0912-853/+850
|/ | | | | | * interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app
* [tx-robot] updated from transifexNextcloud bot2016-08-072-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2016-08-068-2/+50
|
* [tx-robot] updated from transifexNextcloud bot2016-08-056-20/+66
|
* [tx-robot] updated from transifexNextcloud bot2016-08-042-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-08-036-0/+32
|
* Merge pull request #701 from nextcloud/fix-add-apps-iconMorris Jobke2016-08-021-6/+3
|\ | | | | Apply black app icon style to newly installed app icons
| * Apply inverted app icon style to newly installed iconsJulius Haertl2016-08-011-6/+3
| |
* | [tx-robot] updated from transifexNextcloud bot2016-08-022-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2016-08-0110-4/+122
|
* [tx-robot] updated from transifexNextcloud bot2016-07-316-0/+46
|
* [tx-robot] updated from transifexNextcloud bot2016-07-3036-34/+140
|
* Transifex Owncloud > NextcloudFrédéric LIETART2016-07-291-1/+1
| | | Change transifex link Owncloud > Nextcloud
* Fix misspelling of database "READ COMMITTED"Stefan Weil2016-07-2933-34/+34
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* [tx-robot] updated from transifexNextcloud bot2016-07-2962-558/+0
|
* fix capitalization of text in users managementJan-Christoph Borchardt2016-07-284-11/+11
|
* [tx-robot] updated from transifexNextcloud bot2016-07-284-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2016-07-2750-50/+50
|
* Merge pull request #563 from nextcloud/log-internet-connection-exceptionMorris Jobke2016-07-262-2/+10
|\ | | | | Log exception that is thrown by internet connection check
| * Log exception that is thrown by internet connection checkMorris Jobke2016-07-262-2/+10
| |
* | Orders Admin Log Buttonroot2016-07-262-10/+13
|/
* [tx-robot] updated from transifexNextcloud bot2016-07-264-4/+4
|
* Merge pull request #523 from Faldon/masterJoas Schilling2016-07-252-6/+7
|\ | | | | Renamed file logging
| * Changed logtype to file instead of owncloud.Thomas Pulzer2016-07-222-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Updated the config sample to point to log_type='file' - Renamed the Class for logfile logging to File in namespace 'OC\Log\'. Changed the occurrences of 'OC\Log\Owncloud' to 'OC\Log\File'. - Renamed the Class for log:file command to File in namespace 'OC\Core\Command\Log\File'. Changed registration of the command to use 'OC\Core\Command\Log\File'. - Changed default Syslog tag to Nextcloud - Retained backwards compatibility for configs with 'logtype' => 'owncloud' - Adjusted tests for the new file log. Closes #490.
* | [tx-robot] updated from transifexNextcloud bot2016-07-252-0/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2016-07-242-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2016-07-232-22/+22
|/
* [tx-robot] updated from transifexNextcloud bot2016-07-2212-28/+128
|
* Merge pull request #507 from nextcloud/run-le-scriptMorris Jobke2016-07-2129-72/+104
|\ | | | | Update emails and license headers with latest changes
| * Update with robinJoas Schilling2016-07-2119-19/+19
| |