summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* Migrate personal certificate handling into AppFramework controllersLukas Reschke2015-04-208-94/+124
| | | | Also added unit-tests and better error-handling
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-206-2/+20
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-1916-12/+132
|
* Fix potential undefined variableJoas Schilling2015-04-181-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-18102-194/+150
|
* fix capitalization for server-side encryption and email server, fix #15642Jan-Christoph Borchardt2015-04-172-5/+5
|
* always create a new instance of the encryption moduleBjoern Schiessle2015-04-171-4/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-174-8/+32
|
* Merge pull request #15445 from owncloud/enc2_migrationClark Tomlinson2015-04-166-18/+205
|\ | | | | add migration script from old encryption to new one
| * allow user to start migration in admin settings if no external user ↵Bjoern Schiessle2015-04-166-18/+201
| | | | | | | | back-ends are enabled
| * add migration script from old encryption to new oneBjoern Schiessle2015-04-162-3/+7
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-04-168-0/+48
| |
* | Merge pull request #15632 from owncloud/remove-tooltip-fadeJan-Christoph Borchardt2015-04-153-3/+3
|\ \ | | | | | | remove slow fade animation for remaining tipsy tooltips
| * | remove slow fade animation for remaining tipsy tooltipsJan-Christoph Borchardt2015-04-153-3/+3
| | |
* | | Merge pull request #15626 from owncloud/remove-tooltip-fadeVincent Petry2015-04-151-1/+1
|\| | | |/ |/| remove slow fade animation for tipsy tooltip
| * remove slow fade animation for tipsy tooltipJan-Christoph Borchardt2015-04-151-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-04-14126-2108/+544
|/
* Fix user listMorris Jobke2015-04-132-3/+8
| | | | | * the name cell was changed from td to th because of accessibility issues - this adjusts the CSS and JS to behave like before
* Initial fix for #15494Roeland Jago Douma2015-04-121-1/+1
|
* Merge pull request #15398 from Volker-E/masterJan-Christoph Borchardt2015-04-101-23/+23
|\ | | | | fixing #15396 & #15397
| * fixing #15397Volker E2015-04-041-13/+13
| |
| * fixing #15396 accessibility of table#userlistVolker E2015-04-041-12/+12
| |
* | help section: code style and wording fixesJan-Christoph Borchardt2015-04-091-6/+6
| |
* | link to proper subsite for Commercial supportJan-Christoph Borchardt2015-04-091-1/+1
| |
* | add admin documentation hints to Federated Cloud Sharing and cronJan-Christoph Borchardt2015-04-092-0/+12
| |
* | Merge pull request #15314 from owncloud/app-categories-15274Lukas Reschke2015-04-098-101/+294
|\ \ | | | | | | Add different trust levels to AppStore interface
| * | Add JS unit test for sortingLukas Reschke2015-04-081-0/+54
| | |
| * | Reference `$(this)` insteadLukas Reschke2015-04-081-1/+1
| | |
| * | Fix wordingLukas Reschke2015-04-081-1/+1
| | |
| * | apps mgmt: style experimental apps section, small design fixesJan-Christoph Borchardt2015-04-072-9/+21
| | |
| * | app mgmt app level design enhancementsJan-Christoph Borchardt2015-04-073-35/+38
| | |
| * | Make user names clickableLukas Reschke2015-04-031-0/+2
| | |
| * | Add experimental applications switchLukas Reschke2015-04-037-84/+206
| | | | | | | | | | | | Allows administrators to disable or enabled experimental applications as well as show the trust level.
* | | Merge pull request #14472 from owncloud/feature/wipencryptionappThomas Müller2015-04-0711-355/+41
|\ \ \ | | | | | | | | encryption 2.0 app
| * | | make recovery key workBjoern Schiessle2015-04-072-7/+34
| | | |
| * | | Adding app icon and fixing admin settingThomas Müller2015-04-072-72/+7
| | | |
| * | | Removing left overs from old encryption appThomas Müller2015-04-077-276/+0
| | | |
* | | | Merge pull request #15431 from owncloud/displayname-widthMorris Jobke2015-04-071-4/+13
|\ \ \ \ | | | | | | | | | | widen displayName input field
| * | | | widen displayName input fieldJan-Christoph Borchardt2015-04-071-4/+13
| |/ / /
| * | | Merge pull request #15345 from rullzer/fix_15263Jan-Christoph Borchardt2015-04-071-0/+9
| |\ \ \ | | | | | | | | | | [WIP] Only show SSL table header if there are certificates
| | * | | Only show SSL table header if there are certificatesRoeland Jago Douma2015-03-311-0/+9
| | | | |
* | | | | Remove hardcoded link to performance docsJoas Schilling2015-04-072-0/+8
|/ / / /
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-04-072-2/+30
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-04-054-6/+6
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-04-044-14/+20
| |/ / |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-04-034-10/+66
| | |
* | | Fix the initial list of groupsJoas Schilling2015-04-021-1/+1
| | |
* | | Merge pull request #15362 from ↵Thomas Müller2015-04-022-7/+0
|\ \ \ | | | | | | | | | | | | | | | | owncloud/issue/15359-purge-memcache-console-app-disable Correctly purge the cache when an app is disabled via cli
| * | | Correctly purge the cache when an app is disabled via cliJoas Schilling2015-04-012-7/+0
| | |/ | |/|
* / | [tx-robot] updated from transifexJenkins for ownCloud2015-04-026-14/+26
|/ /