Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Mask table and column names with backticks and add lastInsertID() workaround | Joas Schilling | 2015-01-15 | 1 | -11/+29 | |
* | | | | | Remove children from the cache in one query | Robin Appelman | 2015-01-15 | 1 | -24/+36 | |
* | | | | | Merge pull request #13388 from owncloud/type-hint-url-params | Morris Jobke | 2015-01-15 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add PHPDoc for `urlParams` | Lukas Reschke | 2015-01-15 | 1 | -1/+1 | |
| |/ / / / | ||||||
* / / / / | always set url parameters when they are available in the app dispatch | Bernhard Posselt | 2015-01-15 | 3 | -9/+18 | |
|/ / / / | ||||||
* | | | | Merge pull request #13317 from owncloud/partfile-fileinfo | Thomas Müller | 2015-01-14 | 1 | -0/+31 | |
|\ \ \ \ | ||||||
| * | | | | Return valid fileinfo objects for part files | Robin Appelman | 2015-01-13 | 1 | -0/+31 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #13344 from owncloud/issue/13334-cleanup-tags-repairstep | Morris Jobke | 2015-01-14 | 2 | -1/+117 | |
|\ \ \ \ | ||||||
| * | | | | Add a repair step to clean up orphan tags and tag entries | Joas Schilling | 2015-01-14 | 2 | -1/+117 | |
* | | | | | Merge pull request #13367 from owncloud/type-hint-server-method-from-request | Morris Jobke | 2015-01-14 | 1 | -1/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add PHPDoc for magic property 'server' | Lukas Reschke | 2015-01-14 | 1 | -1/+3 | |
* | | | | | | Merge pull request #13350 from owncloud/autoload-translations | Morris Jobke | 2015-01-14 | 1 | -0/+4 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | ignore core | Bernhard Posselt | 2015-01-14 | 1 | -1/+4 | |
| * | | | | | move check into addTranslation method | Bernhard Posselt | 2015-01-14 | 1 | -11/+1 | |
| * | | | | | dont load core scritps | Bernhard Posselt | 2015-01-14 | 1 | -1/+3 | |
| * | | | | | only load translsations for apps | Bernhard Posselt | 2015-01-14 | 1 | -1/+3 | |
| * | | | | | make translation lookup faster (O(n) -> O(1)) | Bernhard Posselt | 2015-01-14 | 1 | -2/+2 | |
| * | | | | | autoload app's js translations | Bernhard Posselt | 2015-01-14 | 1 | -0/+7 | |
* | | | | | | Check new and old ways of required oC version for app compatibility | Joas Schilling | 2015-01-14 | 2 | -2/+8 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #13311 from owncloud/fix_restore_keys | Björn Schießle | 2015-01-14 | 1 | -4/+4 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | adapt decrypt all and restore/delete key backups to the new folder structure ... | Bjoern Schiessle | 2015-01-13 | 1 | -4/+4 | |
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-14 | 2 | -0/+18 | |
* | | | | | Merge pull request #13320 from owncloud/fix-php-doc-for-files-view | Morris Jobke | 2015-01-13 | 1 | -1/+11 | |
|\ \ \ \ \ | ||||||
| * | | | | | drop unused parameter | Morris Jobke | 2015-01-13 | 1 | -2/+1 | |
| * | | | | | Fix annotations in file view | Lukas Reschke | 2015-01-13 | 1 | -0/+11 | |
| | |_|_|/ | |/| | | | ||||||
* / | | | | drop dead code - ref #13301 | Morris Jobke | 2015-01-13 | 1 | -4/+0 | |
|/ / / / | ||||||
* | | | | Merge pull request #13217 from owncloud/make-basic-auth-work-again | Bernhard Posselt | 2015-01-13 | 1 | -13/+15 | |
|\ \ \ \ | ||||||
| * | | | | Add some more sanity checks for maintenance mode | Lukas Reschke | 2015-01-09 | 1 | -1/+3 | |
| * | | | | Verify authentication before initializing apps and routing | Lukas Reschke | 2015-01-09 | 1 | -13/+13 | |
* | | | | | Merge pull request #13291 from owncloud/node-searchcommonbasepathfix | Thomas Müller | 2015-01-13 | 1 | -0/+1 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Fix searchCommon to properly match path name | Vincent Petry | 2015-01-12 | 1 | -0/+1 | |
* | | | | | Merge pull request #13301 from owncloud/drop-etag-message | Vincent Petry | 2015-01-13 | 1 | -3/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | drop useless "!!! No reuse of etag" - fixes #13187 | Morris Jobke | 2015-01-13 | 1 | -3/+0 | |
* | | | | | | Merge pull request #13305 from owncloud/remove-stray-minus-and-use-json-encode | Robin McCorkell | 2015-01-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | Use json_encode on string | Lukas Reschke | 2015-01-13 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #13271 from owncloud/fix-table-prefix-oracle-master | Morris Jobke | 2015-01-13 | 5 | -8/+30 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Use a special filter expression for Oracle to filter the prefix - fixes #13220 | Thomas Müller | 2015-01-12 | 5 | -8/+30 | |
| |/ / / | ||||||
* / / / | Adding repair step to fix missing etags - fixes #12172 | Thomas Müller | 2015-01-12 | 2 | -1/+44 | |
|/ / / | ||||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-12 | 4 | -2/+12 | |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-11 | 4 | -6/+16 | |
* | | | Merge pull request #13224 from owncloud/simplify-is-valid-path-and-add-unit-t... | Morris Jobke | 2015-01-10 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Simplify isValidPath and add unit tests | Lukas Reschke | 2015-01-10 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge pull request #13223 from owncloud/optimize-normalize-unicode | Morris Jobke | 2015-01-10 | 1 | -5/+8 | |
|\ \ \ | ||||||
| * | | | Verify whether value is already normalized | Lukas Reschke | 2015-01-10 | 1 | -5/+8 | |
* | | | | Merge pull request #13236 from owncloud/use-isset-for-performance | Morris Jobke | 2015-01-10 | 1 | -2/+4 | |
|\ \ \ \ | ||||||
| * | | | | Use isset() instead of strlen() | Lukas Reschke | 2015-01-10 | 1 | -2/+4 | |
| |/ / / | ||||||
* / / / | Cache results of `normalizePath` | Lukas Reschke | 2015-01-10 | 1 | -1/+12 | |
|/ / / | ||||||
* | | | Merge pull request #13212 from owncloud/cache-appstore-response | Morris Jobke | 2015-01-10 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Cache responses from the AppStore server | Lukas Reschke | 2015-01-09 | 1 | -1/+1 | |
| |/ / | ||||||
* / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-10 | 2 | -2/+14 | |
|/ / |