Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5162 from owncloud/fixing-l10n-master-2 | Morris Jobke | 2013-10-07 | 86 | -3387/+0 |
|\ | |||||
| * | move l10n factory into private | Thomas Müller | 2013-10-07 | 1 | -0/+0 |
| * | remove outdated translation files | Thomas Müller | 2013-10-07 | 85 | -3387/+0 |
* | | Merge pull request #5142 from owncloud/fix_version_cache_expire | Frank Karlitschek | 2013-10-07 | 1 | -1/+4 |
|\ \ | |||||
| * | | a few styleguide fixes | Frank Karlitschek | 2013-10-07 | 1 | -2/+2 |
| * | | correctly expire cache if version file changed. Fixes problem that ownCloud o... | Frank Karlitschek | 2013-10-05 | 1 | -1/+4 |
* | | | Merge pull request #4974 from owncloud/fixing-4011-master | Thomas Müller | 2013-10-07 | 3 | -70/+61 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Merge branch 'master' into fixing-4011-master | Thomas Müller | 2013-10-04 | 339 | -1035/+5758 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into fixing-4011-master | Thomas Müller | 2013-09-30 | 3 | -14/+103 |
| |\ \ \ | |||||
| * | | | | remove commented code | Thomas Müller | 2013-09-30 | 1 | -56/+0 |
| * | | | | Merge branch 'master' into fixing-4011-master | Thomas Müller | 2013-09-30 | 15 | -56/+176 |
| |\ \ \ \ | |||||
| * | | | | | catching NotPermittedException and throw it to the dav client as 403 | Thomas Müller | 2013-09-26 | 1 | -5/+10 |
| * | | | | | creating non static getETagPropertyForPath() | Thomas Müller | 2013-09-24 | 3 | -16/+28 |
| * | | | | | unify duplicate code | Thomas Müller | 2013-09-24 | 2 | -59/+29 |
| * | | | | | adding error handling on file_put_contents within the web dav implementation | Thomas Müller | 2013-09-24 | 2 | -2/+12 |
* | | | | | | Merge pull request #5148 from owncloud/cache-gc-legacy | Morris Jobke | 2013-10-06 | 1 | -0/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix loading legacy global filecache gc backgroundjobs | Robin Appelman | 2013-10-05 | 1 | -0/+4 |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-10-06 | 85 | -0/+3393 |
* | | | | | | | Merge pull request #5144 from owncloud/public_middleware | Bernhard Posselt | 2013-10-06 | 4 | -91/+3 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Remove misleading IMiddleware interface | Thomas Tanghus | 2013-10-05 | 3 | -91/+3 |
| * | | | | | | Make abstract Middleware class public | Thomas Tanghus | 2013-10-05 | 3 | -5/+5 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #5116 from owncloud/interfaces2 | Thomas Tanghus | 2013-10-05 | 14 | -91/+425 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | passesCSRFCheck added to OCP\IRequest | Bart Visscher | 2013-10-04 | 4 | -27/+57 |
| * | | | | | Add Helper and URLGenerator interfaces to server container | Bart Visscher | 2013-10-04 | 8 | -50/+242 |
| * | | | | | OC_Defaults is only used in error reporting | Bart Visscher | 2013-10-04 | 1 | -1/+1 |
| * | | | | | Add L10N interface to server container | Bart Visscher | 2013-10-04 | 5 | -13/+125 |
* | | | | | | Merge pull request #5125 from owncloud/fixing-5122-master | Frank Karlitschek | 2013-10-05 | 1 | -0/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | upload abortion detection only for PUT | Thomas Müller | 2013-10-04 | 1 | -0/+6 |
* | | | | | | | Merge pull request #5123 from owncloud/cache_mimetypes | Frank Karlitschek | 2013-10-05 | 1 | -21/+26 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Check result only once | Victor Dubiniuk | 2013-10-04 | 1 | -3/+5 |
| * | | | | | | Make mimetypes static. Jenkis will be happy | Victor Dubiniuk | 2013-10-04 | 1 | -11/+11 |
| * | | | | | | Load all mimetypes in one go | Victor Dubiniuk | 2013-10-04 | 1 | -17/+20 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #5068 from owncloud/improved_request | Bart Visscher | 2013-10-04 | 4 | -47/+110 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Fix fix of POST :P | Thomas Tanghus | 2013-10-03 | 1 | -10/+11 |
| * | | | | | Fix POST decoding | Thomas Tanghus | 2013-10-03 | 1 | -2/+2 |
| * | | | | | Modified PUT behaviour | Thomas Tanghus | 2013-10-02 | 1 | -26/+30 |
| * | | | | | Remove getContent() from IRequest | Thomas Tanghus | 2013-10-01 | 1 | -8/+0 |
| * | | | | | Remove JSON request parsing from Server | Thomas Tanghus | 2013-10-01 | 2 | -13/+1 |
| * | | | | | Implement PUT an PATCH support | Thomas Tanghus | 2013-10-01 | 2 | -29/+74 |
| * | | | | | Add interface docs to IRequest. | Thomas Tanghus | 2013-10-01 | 1 | -0/+22 |
| * | | | | | Add patch method to OC_Route | Thomas Tanghus | 2013-10-01 | 1 | -0/+8 |
| * | | | | | Check if accessor matched request method. | Thomas Tanghus | 2013-10-01 | 1 | -0/+3 |
* | | | | | | Merge pull request #5087 from owncloud/templatefunction-relativedate | Vincent Petry | 2013-10-04 | 2 | -10/+39 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Removed $fromTime argument from public template API | Vincent Petry | 2013-10-04 | 1 | -2/+2 |
| * | | | | | Fixed missing default values | Vincent Petry | 2013-10-03 | 2 | -3/+3 |
| * | | | | | Added unit tests for relative_modified_date, changed method signature | Vincent Petry | 2013-10-03 | 2 | -9/+15 |
| * | | | | | Removed stray debug log write | Vincent Petry | 2013-10-02 | 1 | -1/+0 |
| * | | | | | Added dateOnly argument to relative_modified_date | Vincent Petry | 2013-10-02 | 2 | -10/+34 |
* | | | | | | Merge pull request #5091 from guruz/webdav_connector_use_cache_for_etag | Markus Goetz | 2013-10-04 | 1 | -1/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | DAV: Use fileinfo_cache for ETag | Markus Goetz | 2013-10-03 | 1 | -1/+8 |
| |/ / / / / |