Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-18 | 22 | -12/+54 |
| | |||||
* | Use APCu only if available in version 4.0.6 and higher | Lukas Reschke | 2015-02-17 | 2 | -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/13976 | Lukas Reschke | 2015-02-17 | 1 | -2/+3 |
|\ | | | | | Refactor OC_Request into TrustedDomainHelper and IRequest | ||||
| * | Refactor OC_Request into TrustedDomainHelper and IRequest | Lukas Reschke | 2015-02-16 | 1 | -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 transifex | Jenkins for ownCloud | 2015-02-17 | 112 | -180/+8 |
|/ | |||||
* | Merge pull request #14261 from owncloud/fix-last-login-master | Lukas Reschke | 2015-02-16 | 1 | -1/+1 |
|\ | | | | | Return milliseconds instead of seconds for lastLogin - refs #14005 | ||||
| * | Return milliseconds instead of seconds for lastLogin - refs #14005 | Thomas Müller | 2015-02-16 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #14128 from owncloud/drop-unused-methods | Morris Jobke | 2015-02-16 | 2 | -21/+0 |
|\ \ | |/ |/| | Remove unused function and correct PHPDoc | ||||
| * | Remove unused function and correct PHPDoc | Lukas Reschke | 2015-02-16 | 2 | -21/+0 |
| | | |||||
* | | Merge pull request #13890 from owncloud/add-no-referrer | Lukas Reschke | 2015-02-16 | 4 | -15/+28 |
|\ \ | |/ |/| | Add `rel="noreferrer"` where possible and switch to HTTPS | ||||
| * | Deduplicate template code and do not translate the links | Joas Schilling | 2015-02-09 | 3 | -8/+21 |
| | | |||||
| * | Add `rel="noreferrer"` where possible and switch to HTTPS | Lukas Reschke | 2015-02-04 | 3 | -9/+9 |
| | | | | | | | | Just to follow good practise and prevent some automated scanners to complain about "Cross-domain Referer leakage". | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-16 | 4 | -2/+10 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-15 | 12 | -8/+32 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-14 | 20 | -52/+110 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-13 | 88 | -144/+6 |
| | | |||||
* | | Merge pull request #13913 from rullzer/showusergroups | Lukas Reschke | 2015-02-12 | 2 | -0/+14 |
|\ \ | | | | | | | Added overview of groups a user is member of | ||||
| * | | Added overview of groups a user is a member of | Roeland Jago Douma | 2015-02-12 | 2 | -0/+14 |
| | | | |||||
* | | | Merge pull request #14135 from cmeh/master | Morris Jobke | 2015-02-12 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | Clean-up of messages (orthography, format) | ||||
| * | | | Orthography: "Back-end" -> Backend (without hyphen) and correction of ↵ | cmeh | 2015-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | "users" to the genitive "user's" | ||||
| * | | | Adding a missing space between value and unit | cmeh | 2015-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | Added the missing space between value and unit, as it is formatted in all other places across ownCloud. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-12 | 2 | -6/+6 |
| |/ / |/| | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-11 | 6 | -16/+20 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-10 | 4 | -12/+18 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-09 | 4 | -14/+14 |
| | | | |||||
* | | | Merge pull request #13895 from owncloud/disable-autocomplete-1 | Lukas Reschke | 2015-02-08 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Disable autocomplete for SMTP Password | ||||
| * | | | Disable autocomplete for SMTP Password | Lukas Reschke | 2015-02-04 | 1 | -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 transifex | Jenkins for ownCloud | 2015-02-08 | 12 | -4/+70 |
| | | | |||||
* | | | Merge pull request #13753 from owncloud/use-403-instead-of-200 | Morris Jobke | 2015-02-07 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | Use 403 instead of 200 response | ||||
| * | | | Use 403 instead of 200 response | Lukas Reschke | 2015-01-29 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | A forbidden should throw a 403 and this makes it easier for me to do some automated testing. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-07 | 4 | -0/+10 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 26 | -126/+186 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 14 | -16/+34 |
| | | | | |||||
* | | | | Coherent use of "SQLite" in lines 119 and 124 | cmeh | 2015-02-06 | 1 | -1/+1 |
| |_|/ |/| | | | | | Just a cosmetic detail, but very obvious when working on localisations. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 68 | -174/+204 |
| | | | |||||
* | | | Don't highly discourage | Thomas Müller | 2015-02-05 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #13907 from owncloud/enhance-sqlite-warning | Bernhard Posselt | 2015-02-05 | 1 | -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 #13906 | Thomas Müller | 2015-02-04 | 1 | -2/+12 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-05 | 2 | -4/+64 |
|/ / / | |||||
* | / | fix user loading | Arthur Schiwon | 2015-02-04 | 1 | -1/+6 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-04 | 2 | -4/+72 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-03 | 4 | -12/+18 |
| | | |||||
* | | Merge pull request #13790 from owncloud/fix-subadmin-group | Thomas Müller | 2015-02-02 | 3 | -26/+96 |
|\ \ | | | | | | | 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 | 3 | -25/+70 |
| | | | |||||
| * | | Add unit tests | Lukas Reschke | 2015-01-30 | 2 | -11/+22 |
| | | | |||||
| * | | 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. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-02 | 8 | -26/+30 |
| | | | |||||
* | | | fix trusted domain localization | Volkan Gezer | 2015-02-01 | 1 | -2/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-01 | 2 | -0/+10 |
| | | |