aboutsummaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* Request approved state for disabled apps with ocsidLukas Reschke2015-06-191-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
* Merge pull request #16889 from owncloud/group-sorting-fixesJoas Schilling2015-06-194-10/+61
|\ | | | | Only sort by group name when LDAP is involved
| * Do not return backends but add a method to check for oneJoas Schilling2015-06-161-6/+4
| |
| * Only sort by group name when LDAP is involvedJoas Schilling2015-06-164-10/+49
| |
| * Always keep "Everyone" and "admin" at the top of the listJoas Schilling2015-06-161-0/+14
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-1812-24/+94
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-1718-18/+18
| |
* | Merge pull request #16856 from ↵Lukas Reschke2015-06-163-13/+31
|\ \ | |/ |/| | | | | owncloud/issue-15851-fetch-updates-after-page-completion Load the update information asyncroniously to fix the page load speed
| * Make "include update info" part of the cache keyJoas Schilling2015-06-151-3/+5
| |
| * Load the update information asyncroniously to fix the page load speedJoas Schilling2015-06-103-10/+26
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-152-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-144-68/+750
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-134-6/+166
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-122-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-112-0/+14
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-102-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-096-0/+28
|
* Merge pull request #16402 from owncloud/issue-15956-slow-group-usercountThomas Müller2015-06-083-3/+4
|\ | | | | Sort user groups by group name and hide the user count
| * Sort user groups by group name and hide the user countJoas Schilling2015-05-183-3/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-082-32/+62
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-0714-0/+90
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-066-0/+16
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-0510-0/+82
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-0452-50/+18
| |
* | Merge pull request #16687 from owncloud/issue-16113-redis-minimum-versionThomas Müller2015-06-032-7/+18
|\ \ | | | | | | Check for redis to be 2.2.5+
| * | Check for redis to be 2.2.5+Joas Schilling2015-06-022-7/+18
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-0310-0/+60
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-028-2/+14
| |
* | Adding information on file locking status to admin sectionThomas Müller2015-06-012-12/+33
| |
* | Fix L10n in apps managementMorris Jobke2015-05-301-6/+6
| | | | | | | | * fixes #16632
* | Merge pull request #16467 from owncloud/apps-fixsortLukas Reschke2015-05-282-9/+27
|\ \ | | | | | | Sort apps by level, then by name
| * | Sort apps by level, then by nameVincent Petry2015-05-202-9/+27
| | | | | | | | | | | | Also properly initialize the level to 0 when no level was returned
* | | Merge pull request #16577 from owncloud/enc_improve_migrationVincent Petry2015-05-281-3/+4
|\ \ \ | | | | | | | | only request encryption module for files which are not excluded
| * | | only request encryption module for files which are not excludedBjoern Schiessle2015-05-271-3/+4
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-284-0/+8
|/ / /
* | | Merge pull request #16565 from owncloud/add-urandom-checkThomas Müller2015-05-261-0/+19
|\ \ \ | | | | | | | | Add check for availability of /dev/urandom
| * | | Add check for availability of /dev/urandomLukas Reschke2015-05-261-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 #16518 from owncloud/external-link-arrowVincent Petry2015-05-261-1/+1
|\ \ \ \ | | | | | | | | | | use arrow icon for external link to Apps dev docs, like in Help section
| * | | | use arrow icon for external link to Apps dev docs, like in Help sectionJan-Christoph Borchardt2015-05-221-1/+1
| | |/ / | |/| |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-262-0/+2
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-254-4/+4
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-242-2/+60
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-236-0/+6
| |/ / |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-222-0/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-2120-4/+34
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-05-2028-28/+0
| |
* | Merge pull request #16085 from owncloud/encryption-module-renameThomas Müller2015-05-191-1/+1
|\ \ | | | | | | rename to 'Default encryption module'
| * | rename to 'Default encryption module'Jan-Christoph Borchardt2015-05-061-1/+1
| | |
* | | a new approach to display the error messageBjoern Schiessle2015-05-181-1/+2
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2015-05-182-6/+20
| |