Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing php 5.3 compatibility | Thomas Müller | 2013-10-08 | 1 | -31/+4 |
* | Merge pull request #5173 from owncloud/set_timezone_for_log | Björn Schießle | 2013-10-08 | 1 | -3/+5 |
|\ | |||||
| * | let admin specify timezone for log file entries | Bjoern Schiessle | 2013-10-07 | 1 | -3/+5 |
* | | Merge pull request #5146 from guruz/cache_enabled_apps_list | Frank Karlitschek | 2013-10-08 | 1 | -3/+10 |
|\ \ | |||||
| * | | OC_App: Cache list of enabled apps | Markus Goetz | 2013-10-05 | 1 | -3/+10 |
* | | | Merge pull request #5194 from owncloud/fixing-5172-master | Thomas Müller | 2013-10-08 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | adding check isDeletable() on $sourcePath | Thomas Müller | 2013-10-08 | 1 | -0/+3 |
* | | | | part file needs to have .part extension | Bjoern Schiessle | 2013-10-08 | 1 | -1/+1 |
* | | | | updating a existing large file creates new file chunks. Therefore createFile(... | Bjoern Schiessle | 2013-10-08 | 1 | -2/+16 |
* | | | | If a existing file in Shared/ with update permissions gets updated we need to... | Bjoern Schiessle | 2013-10-08 | 1 | -0/+11 |
|/ / / | |||||
* | | | Merge pull request #5181 from owncloud/fixing-chunked-upload-master | Morris Jobke | 2013-10-07 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | the path for reassembling was created the wrong way | Thomas Müller | 2013-10-07 | 1 | -2/+2 |
* | | | | Merge pull request #4796 from owncloud/config-no-catch | Bart Visscher | 2013-10-07 | 1 | -10/+2 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Remove the exception catch, this should be handled by a higher layer | Bart Visscher | 2013-10-07 | 1 | -10/+2 |
* | | | | Merge pull request #5072 from owncloud/apache-auth-master | Thomas Müller | 2013-10-07 | 2 | -0/+86 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Move backend finding into its own method. | Andreas Fischer | 2013-10-07 | 1 | -16/+26 |
| * | | | move call to print_unescaped() to template | Thomas Müller | 2013-10-07 | 1 | -1/+1 |
| * | | | Also replace ApacheBackend with Authentication\IApacheBackend in user. | Andreas Fischer | 2013-10-02 | 1 | -4/+4 |
| * | | | fixing various PHPDoc comments | Thomas Müller | 2013-10-02 | 1 | -4/+10 |
| * | | | code cleanup - remove special case for webdav in handleApacheAuth() | Thomas Müller | 2013-10-02 | 2 | -16/+6 |
| * | | | Merge branch 'master' into apache-auth-master | Thomas Müller | 2013-10-02 | 2 | -0/+80 |
* | | | | Merge pull request #5162 from owncloud/fixing-l10n-master-2 | Morris Jobke | 2013-10-07 | 86 | -3387/+34 |
|\ \ \ \ | |||||
| * | | | | move l10n factory into private | Thomas Müller | 2013-10-07 | 1 | -0/+34 |
| * | | | | 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 | 3 | -70/+61 |
* | | | | | | 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 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #5144 from owncloud/public_middleware | Bernhard Posselt | 2013-10-06 | 3 | -102/+2 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Remove misleading IMiddleware interface | Thomas Tanghus | 2013-10-05 | 1 | -2/+2 |
| * | | | | | Make abstract Middleware class public | Thomas Tanghus | 2013-10-05 | 3 | -103/+3 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #5116 from owncloud/interfaces2 | Thomas Tanghus | 2013-10-05 | 6 | -91/+96 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | passesCSRFCheck added to OCP\IRequest | Bart Visscher | 2013-10-04 | 3 | -27/+52 |
| * | | | | Add Helper and URLGenerator interfaces to server container | Bart Visscher | 2013-10-04 | 3 | -50/+26 |
| * | | | | 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 | 2 | -13/+17 |
* | | | | | 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 | 3 | -39/+88 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | 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 JSON request parsing from Server | Thomas Tanghus | 2013-10-01 | 2 | -13/+1 |