| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass \OC::$WEBROOT to the ctr | Lukas Reschke | 2014-11-27 | 2 | -5/+12 |
* | Remove redundant code | Lukas Reschke | 2014-11-27 | 1 | -3/+3 |
* | Use server container | Lukas Reschke | 2014-11-27 | 3 | -1/+17 |
* | Add functions to modify cookies to response class | Lukas Reschke | 2014-11-27 | 6 | -18/+177 |
* | 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 |
|\ \ \ \ \ \ |
|
| * | | | | | | replace \OC:: with \OC::->getSession() | Bjoern Schiessle | 2014-11-25 | 1 | -2/+2 |
| * | | | | | | we no longer need to keep the session open for encryption | Bjoern Schiessle | 2014-11-25 | 2 | -14/+3 |
| * | | | | | | don't store private public-share-key in session | Bjoern Schiessle | 2014-11-25 | 1 | -17/+10 |
| * | | | | | | remove unused variable | Bjoern Schiessle | 2014-11-25 | 1 | -1/+0 |
* | | | | | | | Merge pull request #12416 from owncloud/app-info-xml-parser-2 | Thomas Müller | 2014-11-25 | 9 | -61/+223 |
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | handle invalid xml file | Thomas Müller | 2014-11-25 | 3 | -7/+45 |
| * | | | | | | simplify xml parser code | Thomas Müller | 2014-11-25 | 3 | -64/+55 |
| * | | | | | | Introduce app info xml parser including basic unit test - necessary for #10777 | Thomas Müller | 2014-11-25 | 7 | -61/+194 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #12313 from oparoz/patch-2 | Thomas Müller | 2014-11-25 | 3 | -3/+3 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | The class name is Movie NOT Movies | Olivier Paroz | 2014-11-25 | 3 | -3/+3 |
|/ / / / / |
|
* | | | | | Merge pull request #12262 from owncloud/removeAbsoluteDirectoryPathFromTemplate | Morris Jobke | 2014-11-25 | 3 | -5/+3 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|