Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #14614 from jakobsack/master | Morris Jobke | 2015-03-01 | 2 | -5/+12 |
|\ | | | | | Show time difference of last cron run instead of absolute time | ||||
| * | Improve language on backgroundjob admin page | Jakob Sack | 2015-03-01 | 1 | -2/+2 |
| | | |||||
| * | Rename $human_time to $relative_time in cron settings | Jakob Sack | 2015-02-28 | 1 | -3/+3 |
| | | |||||
| * | Add absolute time of last cronjob as hover tip | Jakob Sack | 2015-02-28 | 2 | -4/+11 |
| | | |||||
| * | Use relative time for cron status | Jakob Sack | 2015-02-28 | 1 | -3/+3 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-01 | 8 | -2/+302 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-28 | 22 | -6/+42 |
| | |||||
* | Merge pull request #14530 from owncloud/revert-14403 | Thomas Müller | 2015-02-27 | 35 | -750/+138 |
|\ | | | | | Revert "Updating license headers" | ||||
| * | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 35 | -750/+138 |
| | | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-27 | 70 | -196/+2 |
| | | |||||
* | | Merge pull request #14527 from owncloud/clarify-link | Morris Jobke | 2015-02-26 | 1 | -1/+1 |
|\ \ | | | | | | | clarify link on apps management to the dev documentation | ||||
| * | | clarify link on apps management to the dev documentation | Morris Jobke | 2015-02-26 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #14474 from owncloud/move-utf-8-check-to-setup | Morris Jobke | 2015-02-26 | 2 | -16/+1 |
|\ \ | |/ |/| | Move UTF-8 check to setup | ||||
| * | Move UTF-8 check to setup | Lukas Reschke | 2015-02-24 | 2 | -16/+1 |
| | | | | | | | | | | | | | | | | Nobody reads the warnings anyways and so we should enforce it at installation time... Also allows us to get rid of some duplicated code. To test change the `default_charset` to something other than `utf-8` or `UTF-8`, both should work fine with that change here. An error should then get shown. We already set those default charsets in the shipped .user.ini and .htaccess | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-26 | 8 | -94/+150 |
| | | |||||
* | | [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 |
| | | | |