summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-1822-12/+54
|
* Use APCu only if available in version 4.0.6 and higherLukas Reschke2015-02-172-0/+19
| | | | | | | | APCu before 4.0.6 is unbelievable buggy and tend to segfault the PHP process (i.e. the whole webserver) This potentially fixes https://github.com/owncloud/core/issues/14175 Requires a backport to stable8
* Merge pull request #14056 from owncloud/refactor/13976Lukas Reschke2015-02-171-2/+3
|\ | | | | Refactor OC_Request into TrustedDomainHelper and IRequest
| * Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-2/+3
| | | | | | | | | | | | | | | | | | | | This changeset removes the static class `OC_Request` and moves the functions either into `IRequest` which is accessible via `\OC::$server::->getRequest()` or into a separated `TrustedDomainHelper` class for some helper methods which should not be publicly exposed. This changes only internal methods and nothing on the public API. Some public functions in `util.php` have been deprecated though in favour of the new non-static functions. Unfortunately some part of this code uses things like `__DIR__` and thus is not completely unit-testable. Where tests where possible they ahve been added though. Fixes https://github.com/owncloud/core/issues/13976 which was requested in https://github.com/owncloud/core/pull/13973#issuecomment-73492969
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-17112-180/+8
|/
* Merge pull request #14261 from owncloud/fix-last-login-masterLukas Reschke2015-02-161-1/+1
|\ | | | | Return milliseconds instead of seconds for lastLogin - refs #14005
| * Return milliseconds instead of seconds for lastLogin - refs #14005Thomas Müller2015-02-161-1/+1
| |
* | Merge pull request #14128 from owncloud/drop-unused-methodsMorris Jobke2015-02-162-21/+0
|\ \ | |/ |/| Remove unused function and correct PHPDoc
| * Remove unused function and correct PHPDocLukas Reschke2015-02-162-21/+0
| |
* | Merge pull request #13890 from owncloud/add-no-referrerLukas Reschke2015-02-164-15/+28
|\ \ | |/ |/| Add `rel="noreferrer"` where possible and switch to HTTPS
| * Deduplicate template code and do not translate the linksJoas Schilling2015-02-093-8/+21
| |
| * Add `rel="noreferrer"` where possible and switch to HTTPSLukas Reschke2015-02-043-9/+9
| | | | | | | | Just to follow good practise and prevent some automated scanners to complain about "Cross-domain Referer leakage".
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-164-2/+10
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-1512-8/+32
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-1420-52/+110
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-1388-144/+6
| |
* | Merge pull request #13913 from rullzer/showusergroupsLukas Reschke2015-02-122-0/+14
|\ \ | | | | | | Added overview of groups a user is member of
| * | Added overview of groups a user is a member ofRoeland Jago Douma2015-02-122-0/+14
| | |
* | | Merge pull request #14135 from cmeh/masterMorris Jobke2015-02-122-2/+2
|\ \ \ | | | | | | | | Clean-up of messages (orthography, format)
| * | | Orthography: "Back-end" -> Backend (without hyphen) and correction of ↵cmeh2015-02-121-1/+1
| | | | | | | | | | | | | | | | "users" to the genitive "user's"
| * | | Adding a missing space between value and unitcmeh2015-02-121-1/+1
| | | | | | | | | | | | Added the missing space between value and unit, as it is formatted in all other places across ownCloud.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-122-6/+6
| |/ / |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-116-16/+20
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-104-12/+18
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-094-14/+14
| | |
* | | Merge pull request #13895 from owncloud/disable-autocomplete-1Lukas Reschke2015-02-081-1/+1
|\ \ \ | | | | | | | | Disable autocomplete for SMTP Password
| * | | Disable autocomplete for SMTP PasswordLukas Reschke2015-02-041-1/+1
| | |/ | |/| | | | | | | While really nearly no modern browser cares about it anymore too much it's still not wrong to have it here (and also stops some automated scanners reporting this...)
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-0812-4/+70
| | |
* | | Merge pull request #13753 from owncloud/use-403-instead-of-200Morris Jobke2015-02-071-1/+3
|\ \ \ | | | | | | | | Use 403 instead of 200 response
| * | | Use 403 instead of 200 responseLukas Reschke2015-01-291-1/+3
| | | | | | | | | | | | | | | | A forbidden should throw a 403 and this makes it easier for me to do some automated testing.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-074-0/+10
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-0626-126/+186
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-0614-16/+34
| | | |
* | | | Coherent use of "SQLite" in lines 119 and 124cmeh2015-02-061-1/+1
| |_|/ |/| | | | | Just a cosmetic detail, but very obvious when working on localisations.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-0668-174/+204
| | |
* | | Don't highly discourageThomas Müller2015-02-051-1/+1
| | |
* | | Merge pull request #13907 from owncloud/enhance-sqlite-warningBernhard Posselt2015-02-051-2/+12
|\ \ \ | | | | | | | | enhance sqlite warning on admin page as well as during setup
| * | | enhance sqlite warning on admin page as well as during setup - fixes #13906Thomas Müller2015-02-041-2/+12
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-052-4/+64
|/ / /
* | / fix user loadingArthur Schiwon2015-02-041-1/+6
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-042-4/+72
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-034-12/+18
| |
* | Merge pull request #13790 from owncloud/fix-subadmin-groupThomas Müller2015-02-023-26/+96
|\ \ | | | | | | Fix subadmin listing of group
| * | Consistent variable namingLukas Reschke2015-01-301-10/+9
| | |
| * | Switch to a factory and add unit testsLukas Reschke2015-01-303-25/+70
| | |
| * | Add unit testsLukas Reschke2015-01-302-11/+22
| | |
| * | Fix subadmin listing of groupLukas Reschke2015-01-301-6/+21
| | | | | | | | | | | | | | | | | | Without this patch filtering for the "_everyone" (empty) group did not work for subadmins. Fixes itself.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-028-26/+30
| | |
* | | fix trusted domain localizationVolkan Gezer2015-02-011-2/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-012-0/+10
| | |