Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-25 | 120 | -118/+4 |
| | |||||
* | Merge pull request #10599 from owncloud/move_passwordchange_text | Lukas Reschke | 2015-02-24 | 3 | -9/+13 |
|\ | | | | | Make the password changed msg inline to fix #10242 | ||||
| * | Make the password changed msg inline to fix #10242 | kondou | 2015-02-11 | 3 | -9/+13 |
| | | |||||
* | | Merge pull request #14009 from owncloud/installing-installed-apps-is-stupid | Thomas Müller | 2015-02-24 | 1 | -6/+29 |
|\ \ | | | | | | | don't allow installation of already installed apps - fixes #14004 | ||||
| * | | don't allow installation of already installed apps - fixes #14004 | Thomas Müller | 2015-02-23 | 1 | -6/+29 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-24 | 2 | -2/+2 |
|/ / | |||||
* | | Merge pull request #13439 from owncloud/app-filter | Thomas Müller | 2015-02-23 | 2 | -48/+186 |
|\ \ | | | | | | | Make the search box filter apps | ||||
| * | | Added unit test for app filter | Vincent Petry | 2015-02-23 | 2 | -56/+167 |
| | | | |||||
| * | | Make the search box filter apps | Robin Appelman | 2015-02-19 | 1 | -0/+27 |
| | | | |||||
* | | | Merge pull request #14403 from owncloud/update-license-headers | Thomas Müller | 2015-02-23 | 35 | -138/+750 |
|\ \ \ | | | | | | | | | Update license headers | ||||
| * | | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 35 | -138/+750 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-23 | 2 | -0/+2 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-22 | 6 | -2/+14 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-21 | 4 | -0/+18 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-20 | 6 | -0/+38 |
| | | | |||||
* | | | Merge pull request #14199 from owncloud/cast-type-manually | Morris Jobke | 2015-02-19 | 13 | -17/+17 |
|\ \ \ | | | | | | | | | Manually type-cast all AJAX files | ||||
| * | | | This is an array | Lukas Reschke | 2015-02-13 | 1 | -1/+1 |
| | | | | |||||
| * | | | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 13 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core | ||||
* | | | | Merge pull request #14295 from owncloud/encode-request-token-for-avatars | Thomas Müller | 2015-02-19 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Encode Requesttoken for avatars | ||||
| * | | | | Encode Requesttoken for avatars | Lukas Reschke | 2015-02-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes new avatar selection in master half, other half will work when https://github.com/owncloud/core/pull/14266 has get merged. Shocking to see how much places in our code do it wrong :gun: | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-19 | 20 | -26/+82 |
| |_|/ / |/| | | | |||||
* | | | | [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 |