Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-10-07 | 1 | -0/+8 |
* | Merge pull request #5072 from owncloud/apache-auth-master | Thomas Müller | 2013-10-07 | 4 | -3/+163 |
|\ | |||||
| * | 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 | 2 | -6/+12 |
| * | fixing namespace of ApacheBackend - now know as OCP\Authentication\IApacheBac... | Thomas Müller | 2013-10-02 | 1 | -5/+5 |
| * | remove obsolete function login() | Thomas Müller | 2013-10-02 | 1 | -8/+0 |
| * | adding PHPDoc comment | Thomas Müller | 2013-10-02 | 1 | -1/+3 |
| * | code cleanup - remove special case for webdav in handleApacheAuth() | Thomas Müller | 2013-10-02 | 3 | -20/+23 |
| * | Merge branch 'master' into apache-auth-master | Thomas Müller | 2013-10-02 | 312 | -12/+56 |
| |\ | |||||
| * | | adding getCurrentUserId() to ApacheBackend | Thomas Müller | 2013-10-01 | 2 | -6/+11 |
| * | | Squashed commit of the following: | Thomas Müller | 2013-10-01 | 4 | -1/+143 |
* | | | 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 |