Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix subadmin user count for empty groups | Morris Jobke | 2015-11-04 | 1 | -0/+1 |
| | |||||
* | Fix everyone count for subadmins | Vincent Petry | 2015-10-29 | 1 | -0/+36 |
| | | | | Also moved the logic to the UsersController | ||||
* | Drop OC_SubAdmin and replace usages | Lukas Reschke | 2015-10-29 | 2 | -19/+45 |
| | |||||
* | Merge pull request #19813 from owncloud/stay-on-apps-category-refresh | Thomas Müller | 2015-10-26 | 1 | -6/+41 |
|\ | | | | | Improve settings/apps page | ||||
| * | Use speaking ids | Joas Schilling | 2015-10-26 | 1 | -7/+40 |
| | | |||||
| * | Stay on the same category when refreshing the page on the apps list | Joas Schilling | 2015-10-26 | 1 | -1/+3 |
| | | |||||
* | | Update license headers | Lukas Reschke | 2015-10-26 | 3 | -2/+3 |
|/ | |||||
* | Fix unit test | Roeland Jago Douma | 2015-10-21 | 1 | -1/+1 |
| | | | | | | | | Now that OC_SubAdmin is just a wrapper around OC\SubAdmin some unit tests had to be fixed because they expected different behaviour. Eventually they should move to properly mocked instances of OC\SubAdmin of course | ||||
* | Fix memcached/memcache module check | Robin McCorkell | 2015-10-20 | 1 | -2/+2 |
| | |||||
* | Use injected request | Vincent Petry | 2015-10-09 | 1 | -1/+1 |
| | |||||
* | fix IE8 user agent detection | Morris Jobke | 2015-10-09 | 1 | -1/+1 |
| | |||||
* | Fix uploading avatar and root certs in IE8 | Vincent Petry | 2015-10-09 | 1 | -5/+14 |
| | |||||
* | Don't perform checks for outdated TLS libs when no internet connection | Lukas Reschke | 2015-10-08 | 1 | -2/+20 |
| | | | | | | | | This change makes the check return a positive result when: - The instance has been configured to not use the internet AND/OR - S2S AND the appstore is disabled | ||||
* | Fix comment syntax | Lukas Reschke | 2015-10-08 | 1 | -2/+2 |
| | |||||
* | Fix importing of certificates | Lukas Reschke | 2015-10-06 | 1 | -2/+3 |
| | | | | Fixes https://github.com/owncloud/core/issues/19601 | ||||
* | Merge pull request #19597 from owncloud/update-license-headers | Thomas Müller | 2015-10-06 | 3 | -0/+5 |
|\ | | | | | update licence headers via script | ||||
| * | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+1 |
| | | |||||
| * | update licence headers via script | Morris Jobke | 2015-10-05 | 3 | -0/+5 |
| | | |||||
* | | [admin] check for correct PHP memcached module | Morris Jobke | 2015-10-06 | 1 | -0/+18 |
|/ | |||||
* | Update isCertificateImportAllowed() check to new API | Robin McCorkell | 2015-09-10 | 1 | -2/+2 |
| | |||||
* | use config.php value instead of version string | Morris Jobke | 2015-09-02 | 1 | -1/+1 |
| | |||||
* | Add setup check for reverse proxy header configuration | Robin McCorkell | 2015-08-10 | 1 | -1/+20 |
| | |||||
* | Merge pull request #17919 from rullzer/php_supported_check | Thomas Müller | 2015-08-10 | 1 | -0/+18 |
|\ | | | | | Display warning in security & setup warnings if php version is EOL | ||||
| * | Display warning in security & setup warnings if php version is EOL | Roeland Jago Douma | 2015-07-29 | 1 | -0/+18 |
| | | |||||
* | | also block certificate management in the back-end if external storages are ↵ | Bjoern Schiessle | 2015-08-04 | 1 | -1/+33 |
|/ | | | | disabled for the user | ||||
* | Merge pull request #17912 from owncloud/detect-old-openssl-versions | Robin McCorkell | 2015-07-28 | 1 | -1/+69 |
|\ | | | | | Detect old NSS and OpenSSL versions | ||||
| * | Detect old NSS and OpenSSL versions | Lukas Reschke | 2015-07-28 | 1 | -1/+69 |
| | | | | | | | | | | | | This will detect old NSS and OpenSSL versions and show appropriate errors in the admin interface. Fixes https://github.com/owncloud/core/issues/17901 | ||||
* | | Add unit tests | Lukas Reschke | 2015-07-28 | 1 | -13/+25 |
| | | |||||
* | | set logger in constructor | Bjoern Schiessle | 2015-07-28 | 1 | -0/+1 |
|/ | |||||
* | don't move keys if the key where already moved in a previous migration run | Bjoern Schiessle | 2015-07-17 | 1 | -2/+8 |
| | |||||
* | Merge pull request #17500 from owncloud/encryption_migration_improvements | Thomas Müller | 2015-07-16 | 1 | -0/+2 |
|\ | | | | | Only clean up if migration finished succesfully | ||||
| * | 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 |
| | |