Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #11740 from owncloud/update-archive-tar | Thomas Müller | 2014-10-30 | 1 | -2/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | Update pear/archive_tar to 1.3.13 | Thomas Müller | 2014-10-30 | 1 | -2/+0 | |
* | | | | | | Merge pull request #11864 from owncloud/clear-session-after-logout | Lukas Reschke | 2014-10-30 | 1 | -0/+1 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Clear session after logout | Lukas Reschke | 2014-10-30 | 1 | -0/+1 | |
* | | | | | | Merge pull request #11858 from owncloud/fix-11064 | Morris Jobke | 2014-10-30 | 1 | -1/+2 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Allow any outgoing XHR connections | Lukas Reschke | 2014-10-30 | 1 | -1/+2 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #11860 from owncloud/fix-stupid-error-because-im-a-moro | Thomas Müller | 2014-10-30 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix stupid copy paste fail | Lukas Reschke | 2014-10-30 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #11821 from owncloud/generic-response | Morris Jobke | 2014-10-30 | 1 | -2/+3 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | add dataresponse | Bernhard Posselt | 2014-10-29 | 1 | -2/+3 | |
* | | | | | Merge pull request #11409 from owncloud/watcher-reuse | Vincent Petry | 2014-10-29 | 2 | -22/+32 | |
|\ \ \ \ \ | ||||||
| * | | | | | Better reuse of cache data for getFolderContents | Robin Appelman | 2014-10-24 | 1 | -6/+11 | |
| * | | | | | Pass the cached data to the filesystem watcher | Robin Appelman | 2014-10-24 | 2 | -16/+21 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Fix implementation of translation short cut | Thomas Müller | 2014-10-29 | 1 | -9/+2 | |
* | | | | | Fix language file detection | Vincent Petry | 2014-10-29 | 1 | -1/+1 | |
* | | | | | adding console command to generate javascript translation files based on exis... | Thomas Müller | 2014-10-29 | 1 | -31/+33 | |
* | | | | | in case a translation javascript is not found we no longer bail out | Thomas Müller | 2014-10-29 | 3 | -12/+5 | |
* | | | | | Added OC.L10N namespace with translation functions | Vincent Petry | 2014-10-29 | 2 | -2/+36 | |
| |/ / / |/| | | | ||||||
* | | | | Merge pull request #11791 from owncloud/webdav-getquotainfo-503-handling | Morris Jobke | 2014-10-28 | 1 | -7/+11 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Properly catch 503 storage not available in getQuotaInfo | Vincent Petry | 2014-10-27 | 1 | -7/+11 | |
* | | | | Merge pull request #11786 from owncloud/MakeSupportedDBsConfigurable | Lukas Reschke | 2014-10-27 | 2 | -23/+121 | |
|\ \ \ \ | ||||||
| * | | | | code cleanup during review :+1: | Thomas Müller | 2014-10-27 | 1 | -17/+17 | |
| * | | | | Make supported DBs configurable within config.php | Lukas Reschke | 2014-10-27 | 2 | -7/+105 | |
* | | | | | Merge pull request #11783 from owncloud/allow_passing_driver_options | Morris Jobke | 2014-10-27 | 1 | -0/+7 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | allow passing driver options, fixes #11718 | Jörn Friedrich Dreyer | 2014-10-27 | 1 | -0/+7 | |
* | | | | | Merge pull request #11763 from owncloud/stable-etags | Robin Appelman | 2014-10-27 | 1 | -0/+21 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Generate stable etags for local files | Robin Appelman | 2014-10-24 | 1 | -0/+21 | |
* | | | | | Merge pull request #11708 from owncloud/fix-momentjs | Vincent Petry | 2014-10-27 | 1 | -1/+4 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Setting moment locale based on user selection | Clark Tomlinson | 2014-10-23 | 1 | -1/+4 | |
* | | | | | Merge pull request #11760 from owncloud/add-type-hints-where-sensible | Lukas Reschke | 2014-10-25 | 6 | -54/+27 | |
|\ \ \ \ \ | ||||||
| * | | | | | drop unneeded hint | Morris Jobke | 2014-10-25 | 1 | -1/+0 | |
| * | | | | | Fix PHPDoc and remove explicit type hint | Lukas Reschke | 2014-10-24 | 1 | -2/+2 | |
| * | | | | | Add type hinting to functions | Lukas Reschke | 2014-10-24 | 6 | -53/+27 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #11767 from danbartram/add_db_rollback | Morris Jobke | 2014-10-24 | 1 | -0/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add missing DB rollback functionality | Dan Bartram | 2014-10-24 | 1 | -0/+7 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #11709 from owncloud/temp-handling | Thomas Müller | 2014-10-24 | 3 | -117/+163 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Use the TempManager to handle temporary files | Robin Appelman | 2014-10-24 | 1 | -117/+4 | |
| * | | | | Add \OC\TempManager to handle creating and cleaning temporary files | Robin Appelman | 2014-10-24 | 2 | -0/+159 | |
| | |_|/ | |/| | | ||||||
* | | | | Use function outside of loop | Lukas Reschke | 2014-10-24 | 5 | -7/+13 | |
| |_|/ |/| | | ||||||
* | | | Make files non executable | Lukas Reschke | 2014-10-24 | 5 | -0/+0 | |
|/ / | ||||||
* | | Merge pull request #7749 from owncloud/load_avatar_header_via_php | Morris Jobke | 2014-10-24 | 2 | -1/+17 | |
|\ \ | ||||||
| * | | Load avatar in header via PHP | kondou | 2014-10-23 | 2 | -1/+17 | |
* | | | Remove unreachable statement | Lukas Reschke | 2014-10-23 | 1 | -1/+0 | |
|/ / | ||||||
* | | Merge pull request #11549 from owncloud/add-more-localizations-master | Thomas Müller | 2014-10-23 | 1 | -61/+45 | |
|\ \ | ||||||
| * | | implement localizations based on punic | Thomas Müller | 2014-10-20 | 1 | -61/+45 | |
* | | | Merge pull request #10985 from owncloud/db-cleanup | Thomas Müller | 2014-10-23 | 9 | -276/+117 | |
|\ \ \ | ||||||
| * | | | Use statements wrapper in \OCP\IDB | Robin Appelman | 2014-10-22 | 1 | -1/+3 | |
| * | | | Bit more cleanup | Robin Appelman | 2014-10-22 | 2 | -27/+13 | |
| * | | | Move creating the database connection to the server container | Robin Appelman | 2014-10-22 | 4 | -85/+90 | |
| * | | | Remove implicit prepared statement cache and get the connection from the serv... | Robin Appelman | 2014-10-22 | 5 | -58/+13 |