summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-08-1750-232/+236
|
* Merge pull request #868 from nextcloud/changepasswordcontrollerRoeland Jago Douma2016-08-174-180/+256
|\ | | | | Make ChangePassword a real Controller
| * Moved ChangePassword to an actual ControllerRoeland Jago Douma2016-08-174-180/+256
| | | | | | | | | | * Still no full DI because of encryption fu * Remove old "Controller"
* | Merge pull request #892 from nextcloud/fix_phpdocRoeland Jago Douma2016-08-171-1/+1
|\ \ | |/ |/| Some scrutinizer phpdoc fixes
| * Fix phpdocRoeland Jago Douma2016-08-161-1/+1
| |
* | Merge pull request #893 from nextcloud/ie8_be_goneMarius Blüm2016-08-171-4/+0
|\ \ | | | | | | IE8 be gone!
| * | Remove IE8 support in CertificateControllerRoeland Jago Douma2016-08-161-4/+0
| |/ | | | | | | * Also fix getMock warnings in tests
* | [tx-robot] updated from transifexNextcloud bot2016-08-1750-3106/+3106
| |
* | Merge branch 'master' into implement_712Arthur Schiwon2016-08-1611-55/+164
|\|
| * Merge pull request #871 from nextcloud/move-appsMarius Blüm2016-08-161-31/+32
| |\ | | | | | | move apps between 'Language' and 'Session' in personal settings
| | * move apps between 'Language' and 'Session' in personal settingsBjoern Schiessle2016-08-151-31/+32
| | |
| * | Merge pull request #834 from nextcloud/feature/similar-app-colorsMarius Blüm2016-08-162-16/+24
| |\ \ | | | | | | | | Use darker colors for app icons in app management.
| | * | Fixes image preview when fetched from the store.Raghu Nayyar2016-08-151-4/+10
| | | |
| | * | Adds opacity to image container.Raghu Nayyar2016-08-111-1/+1
| | | |
| | * | Removes uneeded styles.Raghu Nayyar2016-08-111-10/+1
| | | |
| | * | Uses javascript to invert the SVGs.Raghu Nayyar2016-08-111-6/+17
| | | |
| * | | [tx-robot] updated from transifexNextcloud bot2016-08-168-8/+108
| | | |
* | | | for new we cannot have nested settings, default module is only appended if ↵Arthur Schiwon2016-08-161-2/+0
| | | | | | | | | | | | | | | | available
* | | | fix missing parameters in sharing settings pageArthur Schiwon2016-08-161-2/+0
| | | |
* | | | adopt to Controller constructor changesArthur Schiwon2016-08-161-5/+0
| | | |
* | | | Merge branch 'master' into implement_712Lukas Reschke2016-08-1513-23/+300
|\| | |
| * | | Fix CheckSetupController testsLukas Reschke2016-08-151-8/+14
| | |/ | |/|
| * | [tx-robot] updated from transifexNextcloud bot2016-08-152-2/+50
| | |
| * | Do not translate HTMLRoeland Jago Douma2016-08-131-13/+19
| | |
| * | compress images and fix positionJan-Christoph Borchardt2016-08-131-0/+5
| | |
| * | use shorthand for padding valuesJan-Christoph Borchardt2016-08-131-1/+1
| | |
| * | Remove accidentially added lineLukas Reschke2016-08-131-1/+1
| | |
| * | adding rel="noreferrer noopener"Frank Karlitschek2016-08-131-5/+5
| | |
| * | adding social buttonsFrank Karlitschek2016-08-132-4/+48
| | |
| * | [tx-robot] updated from transifexNextcloud bot2016-08-132-2/+8
| | |
| * | [tx-robot] updated from transifexNextcloud bot2016-08-128-10/+172
| | |
* | | 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