Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | only cleanUp the remaining keys if the migration really finished succesfully | Bjoern Schiessle | 2015-07-08 | 1 | -0/+2 | |
| | | ||||||
* | | Handle returned null value in app level code | Morris Jobke | 2015-07-13 | 1 | -2/+2 | |
|/ | | | | | | * getApplication on OCSClient can also return null this is now handled properly * fixes #17587 | |||||
* | Add missing version field | Lukas Reschke | 2015-06-29 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #17222 from owncloud/issue-17101-send-oc-version-to-app-store | Lukas Reschke | 2015-06-29 | 1 | -1/+1 | |
|\ | | | | | Send OC version to appstore so it can reply with the right links | |||||
| * | Send OC version to appstore so it can reply with the right links | Joas Schilling | 2015-06-29 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #17050 from owncloud/request-status-from-ocs | Lukas Reschke | 2015-06-29 | 1 | -0/+18 | |
|\ \ | |/ |/| | Request approved state for disabled apps with ocsid | |||||
| * | Also load enabled apps | Lukas Reschke | 2015-06-29 | 1 | -0/+9 | |
| | | ||||||
| * | Request approved state for disabled apps with ocsid | Lukas Reschke | 2015-06-19 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | In case an application gets disabled the level is set to "experimental" if it does not contain a `shipped` tag. This can for example be reproduced by installing the documents app from the appstore and then disabling it. Or cloning an app from git. With this change the controller will now load the level of the application from the appstore if a valid OCSID has been provided. Fixes https://github.com/owncloud/core/issues/17003 | |||||
* | | update license headers and authors | Morris Jobke | 2015-06-25 | 4 | -0/+5 | |
|/ | ||||||
* | Merge pull request #16889 from owncloud/group-sorting-fixes | Joas Schilling | 2015-06-19 | 1 | -4/+6 | |
|\ | | | | | Only sort by group name when LDAP is involved | |||||
| * | Only sort by group name when LDAP is involved | Joas Schilling | 2015-06-16 | 1 | -4/+6 | |
| | | ||||||
* | | Make "include update info" part of the cache key | Joas Schilling | 2015-06-15 | 1 | -3/+5 | |
| | | ||||||
* | | Load the update information asyncroniously to fix the page load speed | Joas Schilling | 2015-06-10 | 1 | -6/+10 | |
|/ | ||||||
* | Merge pull request #16402 from owncloud/issue-15956-slow-group-usercount | Thomas Müller | 2015-06-08 | 1 | -1/+1 | |
|\ | | | | | Sort user groups by group name and hide the user count | |||||
| * | Sort user groups by group name and hide the user count | Joas Schilling | 2015-05-18 | 1 | -1/+1 | |
| | | ||||||
* | | only request encryption module for files which are not excluded | Bjoern Schiessle | 2015-05-27 | 1 | -3/+4 | |
| | | ||||||
* | | Add check for availability of /dev/urandom | Lukas Reschke | 2015-05-26 | 1 | -0/+19 | |
|/ | | | | | | | | | | | | | | | Without /dev/urandom being available to read the medium RNG will rely only on the following components on a Linux system: 1. MicroTime: microtime() . memory_get_usage() as seed and then a garbage collected microtime for loop 2. MTRand: chr((mt_rand() ^ mt_rand()) % 256) 3. Rand: chr((rand() ^ rand()) % 256) 4. UniqId: Plain uniqid() An adversary with the possibility to predict the seed used by the PHP process may thus be able to predict future tokens which is an unwanted behaviour. One should note that this behaviour is documented in our documentation to ensure that users get aware of this even without reading our documentation this will add a post setup check to the administrative interface. Thanks to David Black from d1b.org for bringing this again to our attention. | |||||
* | Merge pull request #15978 from owncloud/feature/fix-encryption-tooltips | Thomas Müller | 2015-05-15 | 1 | -3/+3 | |
|\ | | | | | [enc2]fixing recovery tooltip | |||||
| * | fixing recovery tooltip | Clark Tomlinson | 2015-05-04 | 1 | -3/+3 | |
| | | ||||||
* | | Subadmin permissions are also not required | Lukas Reschke | 2015-05-12 | 1 | -0/+2 | |
| | | ||||||
* | | Add NoAdminRequired annotation | Lukas Reschke | 2015-05-12 | 1 | -0/+4 | |
| | | | | | | | | Stupid mistake in master, fixes https://github.com/owncloud/core/issues/16288 | |||||
* | | Allow user to set an empty email address | Morris Jobke | 2015-05-05 | 1 | -1/+6 | |
|/ | | | | * fixes #16057 | |||||
* | Adjust tests and statuscode | Lukas Reschke | 2015-04-20 | 1 | -1/+1 | |
| | ||||||
* | Migrate personal certificate handling into AppFramework controllers | Lukas Reschke | 2015-04-20 | 1 | -0/+93 | |
| | | | | Also added unit-tests and better error-handling | |||||
* | allow user to start migration in admin settings if no external user ↵ | Bjoern Schiessle | 2015-04-16 | 1 | -0/+122 | |
| | | | | back-ends are enabled | |||||
* | Merge pull request #15314 from owncloud/app-categories-15274 | Lukas Reschke | 2015-04-09 | 1 | -17/+58 | |
|\ | | | | | Add different trust levels to AppStore interface | |||||
| * | Add experimental applications switch | Lukas Reschke | 2015-04-03 | 1 | -17/+58 | |
| | | | | | | | | Allows administrators to disable or enabled experimental applications as well as show the trust level. | |||||
* | | Remove hardcoded link to performance docs | Joas Schilling | 2015-04-07 | 1 | -0/+7 | |
|/ | ||||||
* | Add check for activated local memcache | Lukas Reschke | 2015-03-28 | 1 | -0/+99 | |
| | | | | | | Also used the opportunity to refactor it into an AppFramework controller so that we can unit test it. Fixes https://github.com/owncloud/core/issues/14956 | |||||
* | use StreamResponse to download the log file - fixes #14268 | Thomas Müller | 2015-03-27 | 1 | -36/+6 | |
| | ||||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 6 | -33/+108 | |
| | ||||||
* | remove unneeded status element from json response on /categories - fixes 15056 | Thomas Müller | 2015-03-23 | 1 | -1/+0 | |
| | ||||||
* | show a better error message when trying to create a user that already exists | Robin Appelman | 2015-03-20 | 1 | -0/+9 | |
| | ||||||
* | Show more detailed error message | Lukas Reschke | 2015-03-16 | 1 | -12/+12 | |
| | ||||||
* | Incorporate review changes | Lukas Reschke | 2015-03-16 | 1 | -3/+2 | |
| | ||||||
* | Migrate to SwiftMail | Lukas Reschke | 2015-03-16 | 2 | -21/+22 | |
| | | | | | | | | | | | | | | | | | | | | | Replaces the OC_Mail and phpmailer with SwiftMail allowing us to mock it properly. Fixes the unit test execution on master on local machines and https://github.com/owncloud/core/issues/12014 Conflicts: 3rdparty lib/private/server.php lib/public/iservercontainer.php tests/lib/mail.php tests/settings/controller/mailsettingscontrollertest.php Conflicts: 3rdparty lib/private/mail.php lib/private/server.php lib/public/iservercontainer.php settings/ajax/lostpassword.php settings/application.php | |||||
* | Let users configure security headers in their Webserver | Lukas Reschke | 2015-03-02 | 1 | -37/+0 | |
| | | | | | | | | | | 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. | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 6 | -103/+39 | |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | |||||
* | don't allow installation of already installed apps - fixes #14004 | Thomas Müller | 2015-02-23 | 1 | -6/+29 | |
| | ||||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 6 | -39/+103 | |
| | ||||||
* | Return milliseconds instead of seconds for lastLogin - refs #14005 | Thomas Müller | 2015-02-16 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #13790 from owncloud/fix-subadmin-group | Thomas Müller | 2015-02-02 | 1 | -24/+43 | |
|\ | | | | | Fix subadmin listing of group | |||||
| * | Consistent variable naming | Lukas Reschke | 2015-01-30 | 1 | -10/+9 | |
| | | ||||||
| * | Switch to a factory and add unit tests | Lukas Reschke | 2015-01-30 | 1 | -22/+21 | |
| | | ||||||
| * | Add unit tests | Lukas Reschke | 2015-01-30 | 1 | -9/+15 | |
| | | ||||||
| * | Fix subadmin listing of group | Lukas Reschke | 2015-01-30 | 1 | -6/+21 | |
| | | | | | | | | | | | | Without this patch filtering for the "_everyone" (empty) group did not work for subadmins. Fixes itself. | |||||
* | | Check whether return is an error case before using it | Joas Schilling | 2015-01-30 | 1 | -8/+12 | |
|/ | ||||||
* | Add value if restore of data is possible for a user | Morris Jobke | 2015-01-27 | 1 | -6/+47 | |
| | | | | | | | | | | | * reason: nice to know before password change in user management * restore is possible: * encryption is disabled * encryption is enabled, admin and user has checked the restore option * if not possible: * highlight users row in red once the admin wants to change the password * show also a little tipsy | |||||
* | Use setConfigs() instead of calling setConfig() multiple times | Joas Schilling | 2015-01-23 | 1 | -10/+11 | |
| | ||||||
* | Fix filtering for users when $gid is empty | Lukas Reschke | 2015-01-18 | 1 | -1/+1 | |
| | | | | | | Previously when $gid was empty the users were not filtered at all. Rendering the search function in the user management pretty useless. Fixes itself |