aboutsummaryrefslogtreecommitdiffstats
path: root/settings/js
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #16037 from owncloud/enc_dont_disable_encryptionJan-Christoph Borchardt2015-05-051-12/+7
|\ | | | | don't let the the user disable encryption once it was activated
| * adjust wording and add button to confirm encryptionBjoern Schiessle2015-05-051-12/+6
| |
| * don't let the the user disable encryption once it was activatedBjoern Schiessle2015-05-041-0/+1
| |
* | Allow user to set an empty email addressMorris Jobke2015-05-051-4/+5
| | | | | | | | * fixes #16057
* | Only show SSL table header if there are certificatesRoeland Jago Douma2015-05-041-0/+9
|/
* Add missing loading indicator for enabled appsMorris Jobke2015-04-231-0/+2
| | | | | | | * happened when an app gets activated, because the new appended HTML doesn't contain the loading image * fixes #15806
* Don't pollute the global namespaceThomas Müller2015-04-211-4/+6
|
* fix date variableMorris Jobke2015-04-201-1/+1
|
* Migrate personal certificate handling into AppFramework controllersLukas Reschke2015-04-201-9/+13
| | | | Also added unit-tests and better error-handling
* Merge pull request #15445 from owncloud/enc2_migrationClark Tomlinson2015-04-161-1/+21
|\ | | | | add migration script from old encryption to new one
| * allow user to start migration in admin settings if no external user ↵Bjoern Schiessle2015-04-161-1/+21
| | | | | | | | back-ends are enabled
* | remove slow fade animation for remaining tipsy tooltipsJan-Christoph Borchardt2015-04-153-3/+3
| |
* | remove slow fade animation for tipsy tooltipJan-Christoph Borchardt2015-04-151-1/+1
|/
* Fix user listMorris Jobke2015-04-131-3/+3
| | | | | * 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 #15314 from owncloud/app-categories-15274Lukas Reschke2015-04-091-3/+38
|\ | | | | Add different trust levels to AppStore interface
| * Reference `$(this)` insteadLukas Reschke2015-04-081-1/+1
| |
| * Fix wordingLukas Reschke2015-04-081-1/+1
| |
| * app mgmt app level design enhancementsJan-Christoph Borchardt2015-04-071-1/+1
| |
| * Add experimental applications switchLukas Reschke2015-04-031-3/+38
| | | | | | | | 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-071-75/+0
|\ \ | | | | | | encryption 2.0 app
| * | Removing left overs from old encryption appThomas Müller2015-04-071-75/+0
| | |
* | | Revert "[WIP] Only show SSL table header if there are certificates"Morris Jobke2015-04-071-9/+0
|/ /
* | 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
| |
* | Fix the initial list of groupsJoas Schilling2015-04-021-1/+1
| |
* | Fix JS reference error for personal password changingRobin McCorkell2015-03-311-1/+1
|/
* Merge pull request #15239 from owncloud/see-no-evilMorris Jobke2015-03-301-2/+2
|\ | | | | Move federated cloud sharing, files externals and updater to special pos...
| * Move federated cloud sharing, files externals and updater to special positionsJoas Schilling2015-03-271-2/+2
| |
* | Don't append user in a filtered list if groups don't matchVincent Petry2015-03-271-0/+4
|/
* Merge pull request #14918 from owncloud/fix-password-change-ie8-and-9Jan-Christoph Borchardt2015-03-261-1/+7
|\ | | | | Don't use placeholder for password in IE8 & 9
| * Don't use placeholder for password in IE8 & 9Morris Jobke2015-03-261-1/+7
| | | | | | | | | | | | | | | | | | * the placeholder is in IE 8 and 9 just set as text and styled a bit grey. If the form is then serialized without typing something in the placeholder is sent as value * this fixes that behaviour for the password field and properly detects empyt passwords * fixes #14912
* | Merge pull request #15234 from owncloud/encryption2_coreThomas Müller2015-03-261-0/+16
|\ \ | |/ |/| core part of encryption 2.0
| * implement basic encryption functionallity in core to enable multiple ↵Bjoern Schiessle2015-03-261-0/+16
| | | | | | | | encryption modules
* | force log messages to break to alleviate horizontal scroll on Admin pageJan-Christoph Borchardt2015-03-261-0/+1
| |
* | only show connection checks results if there are errors, fix #11476Jan-Christoph Borchardt2015-03-251-2/+1
| |
* | Merge pull request #15149 from owncloud/fix-enable-for-groupJoas Schilling2015-03-241-1/+1
|\ \ | | | | | | Correctly get array of groups and send OCP\IGroup objects to enable meth...
| * | Correctly get array of groups and send OCP\IGroup objects to enable methodJoas Schilling2015-03-241-1/+1
| |/
* / Display a message when no apps can be found for this oc versionJoas Schilling2015-03-241-4/+11
|/
* collapse app descriptions by default, make expandable, fix #13112Jan-Christoph Borchardt2015-03-191-0/+11
|
* disable submit button while groupname is emptyRobin Appelman2015-03-181-0/+13
|
* display app update error messages - fixes #14611Thomas Müller2015-03-111-1/+5
|
* adjust list of errors, more compact and readableJan-Christoph Borchardt2015-03-061-1/+1
|
* Let users configure security headers in their WebserverLukas Reschke2015-03-021-29/+4
| | | | | | | | | | Doing this in the PHP code is not the right approach for multiple reasons: 1. A bug in the PHP code prevents them from being added to the response. 2. They are only added when something is served via PHP and not in other cases (that makes for example the newest IE UXSS which is not yet patched by Microsoft exploitable on ownCloud) 3. Some headers such as the Strict-Transport-Security might require custom modifications by administrators. This was not possible before and lead to buggy situations. This pull request moves those headers out of the PHP code and adds a security check to the admin settings performed via JS.
* Add absolute time of last cronjob as hover tipJakob Sack2015-02-281-0/+2
|
* Merge pull request #10599 from owncloud/move_passwordchange_textLukas Reschke2015-02-241-4/+9
|\ | | | | Make the password changed msg inline to fix #10242
| * Make the password changed msg inline to fix #10242kondou2015-02-111-4/+9
| |
* | Merge pull request #13439 from owncloud/app-filterThomas Müller2015-02-231-48/+85
|\ \ | | | | | | Make the search box filter apps
| * | Added unit test for app filterVincent Petry2015-02-231-56/+66
| | |
| * | Make the search box filter appsRobin Appelman2015-02-191-0/+27
| |/