summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [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
| |
* | Merge pull request #15978 from owncloud/feature/fix-encryption-tooltipsThomas Müller2015-05-152-9/+5
|\ \ | | | | | | [enc2]fixing recovery tooltip
| * | adding username as param for isrecoveryenabledClark Tomlinson2015-05-051-1/+1
| | |
| * | fixing recovery tooltipClark Tomlinson2015-05-042-8/+4
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-154-0/+12
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-142-0/+34
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-136-6/+124
| | |
* | | Subadmin permissions are also not requiredLukas Reschke2015-05-121-0/+2
| | |
* | | Add NoAdminRequired annotationLukas Reschke2015-05-121-0/+4
| | | | | | | | | | | | Stupid mistake in master, fixes https://github.com/owncloud/core/issues/16288
* | | fix user mgmt search box position, fix #15928Jan-Christoph Borchardt2015-05-121-1/+8
| | |
* | | Use active instead of non existing pressedLukas Reschke2015-05-121-2/+2
| | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/16083
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-124-0/+4
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-116-0/+16
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-1016-0/+34
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-0938-40/+32
| | |