Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Move OC_GROUP_BACKEND_* constants to OC_Group_Backend class | Joas Schilling | 2014-11-27 | 4 | -11/+33 | |
* | | | | | | | | | | | | Merge pull request #12462 from owncloud/issue/12460-localstorage-buildpath | Vincent Petry | 2014-11-27 | 2 | -63/+79 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Remove unused 2nd parameter of buildPath() and rename to getSourcePath() | Joas Schilling | 2014-11-27 | 1 | -32/+33 | |
| * | | | | | | | | | | | Introduce getSourcePath() in Storage\Local to reduce the difference to Mapped... | Joas Schilling | 2014-11-27 | 1 | -31/+46 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #12449 from owncloud/issue/12444-namespace-exceptions | Joas Schilling | 2014-11-27 | 12 | -46/+61 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Replace exception with standard exception | Joas Schilling | 2014-11-27 | 1 | -4/+1 | |
| * | | | | | | | | | | | Correctly namespace and autoload DatabaseException | Joas Schilling | 2014-11-27 | 5 | -29/+38 | |
| * | | | | | | | | | | | Correctly namespace DatabaseSetupException | Joas Schilling | 2014-11-26 | 6 | -13/+22 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #12418 from owncloud/delete_previews | Morris Jobke | 2014-11-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | delete old previews | Georg Ehrke | 2014-11-25 | 1 | -1/+1 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #12464 from owncloud/cache-available-languages | Vincent Petry | 2014-11-27 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Cache results of available languages | Lukas Reschke | 2014-11-27 | 1 | -0/+6 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #12451 from owncloud/issue/6101-remove-gettype-class | Vincent Petry | 2014-11-27 | 1 | -12/+9 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Move constants from GET_TYPE to OC\Files so they can be autoloaded | Joas Schilling | 2014-11-26 | 1 | -12/+9 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-27 | 8 | -0/+8 | |
| |_|_|/ / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #12433 from owncloud/appstore | Vincent Petry | 2014-11-26 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | added comment that App Store is disabled for EE | Carla Schroder | 2014-11-25 | 1 | -0/+1 | |
* | | | | | | | | | | Merge pull request #12304 from oparoz/patch-1 | Vincent Petry | 2014-11-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Use a more universal shebang | Olivier Paroz | 2014-11-19 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #12448 from owncloud/no503forRoot | Morris Jobke | 2014-11-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Don't show favicon to prevent iteration through subfolders | Lukas Reschke | 2014-11-26 | 1 | -1/+1 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #12453 from owncloud/kill-session-global | Thomas Müller | 2014-11-26 | 2 | -27/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | remove deprecated \OC:$session | Thomas Müller | 2014-11-26 | 2 | -27/+2 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #6989 from AdamWill/google-1 | Robin Appelman | 2014-11-26 | 57 | -6250/+11212 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | google: disable compression when curl is not available | Adam Williamson | 2014-11-07 | 1 | -0/+6 | |
| * | | | | | | | | update google-api-php-client to 1.0.6-beta | Adam Williamson | 2014-11-07 | 21 | -264/+1179 | |
| * | | | | | | | | scrutinizer fix: explicitly declare Google class property $client | Adam Williamson | 2014-11-06 | 1 | -0/+1 | |
| * | | | | | | | | scrutinizer fix: correct @return for getDriveFile() | Adam Williamson | 2014-11-06 | 1 | -2/+3 | |
| * | | | | | | | | bump google lib to c6949531d2 (post 1.0.3-beta, including query separator fix) | Adam Williamson | 2014-11-06 | 4 | -11/+38 | |
| * | | | | | | | | google drive: set access type to 'offline' when requesting token | Adam Williamson | 2014-11-06 | 1 | -0/+1 | |
| * | | | | | | | | fix a bug in google-api-php-client: generates an auth url that doesn't work | Adam Williamson | 2014-11-06 | 1 | -1/+1 | |
| * | | | | | | | | files_external/3rdparty: update google-api-php-client to 1.0.2-beta | Adam Williamson | 2014-11-06 | 53 | -6160/+10171 | |
| * | | | | | | | | Migrate Google Drive storage app to v1.0.0 of the client library | Adam Williamson | 2014-11-06 | 2 | -25/+25 | |
* | | | | | | | | | Merge pull request #12414 from owncloud/delay-autoconfig-kill-2 | Morris Jobke | 2014-11-26 | 1 | -7/+14 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | autoconfig.php only to be deleted on successful installation | Thomas Müller | 2014-11-25 | 1 | -7/+14 | |
* | | | | | | | | | Merge pull request #12411 from owncloud/unknown-command-windows | Lukas Reschke | 2014-11-26 | 2 | -9/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Replace some more "command -v" calls with the Helper method | Joas Schilling | 2014-11-25 | 2 | -9/+4 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #12438 from owncloud/jenkins-no-new-session-ocs-api | Morris Jobke | 2014-11-26 | 1 | -16/+22 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | because OC_User::login will create a new session we shall only try to login i... | Thomas Müller | 2014-11-26 | 1 | -16/+22 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #12350 from mprokop/link_expiration | Morris Jobke | 2014-11-26 | 2 | -7/+8 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Consolidate if statement, and update unit test | Miguel Prokop | 2014-11-21 | 2 | -8/+4 | |
| * | | | | | | | | fix calculation of expiration date if there is a default expiration date set ... | Miguel Prokop | 2014-11-21 | 1 | -3/+8 | |
* | | | | | | | | | Merge pull request #12421 from owncloud/issue/6101-remove-namespace-permissio... | Morris Jobke | 2014-11-26 | 42 | -240/+262 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 41 | -237/+237 | |
| * | | | | | | | | | Move namespaced constants to namespaced class | Joas Schilling | 2014-11-25 | 1 | -3/+25 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-26 | 12 | -4/+12 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #12420 from owncloud/sqlite-wal-2 | Morris Jobke | 2014-11-26 | 5 | -21/+36 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | fix failing unit test for the temp manager - concurrently executed unit tests... | Thomas Müller | 2014-11-25 | 1 | -2/+2 | |
| * | | | | | | | adding new config parameter for sqlite to specify the journal mode | Thomas Müller | 2014-11-25 | 4 | -19/+34 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #12410 from owncloud/no_session_for_public_share_key | Thomas Müller | 2014-11-25 | 4 | -34/+15 | |
|\ \ \ \ \ \ \ |