summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix missing use statements in ext. str. testsJoas Schilling2016-05-252-0/+2
* Merge pull request #24815 from owncloud/fix-autotest-external-psr4Vincent Petry2016-05-256-11/+11
|\
| * Fix the names of the tests so the script discovers them againJoas Schilling2016-05-246-11/+11
* | don't fail on "bad signature" during login. Most likely this happens becauseBjörn Schießle2016-05-251-0/+7
* | Fix ShareControllerTest (#24824)Joas Schilling2016-05-251-1/+5
* | Merge pull request #24444 from owncloud/update-notifications-for-core-and-appsVincent Petry2016-05-259-1/+907
|\ \
| * | Add a URL to the notificationsJoas Schilling2016-05-242-17/+48
| * | The setting only affects available core updatesJoas Schilling2016-05-242-3/+7
| * | Add tests for the NotifierJoas Schilling2016-05-242-1/+105
| * | Add tests for the background jobJoas Schilling2016-05-244-13/+450
| * | Make the group selectableJoas Schilling2016-05-244-2/+37
| * | Dismiss the notifications when the update is already installedJoas Schilling2016-05-242-4/+47
| * | Add a notifier that parses the notificationsJoas Schilling2016-05-242-0/+79
| * | Add a background job that generates notifications when an update is availableJoas Schilling2016-05-242-1/+174
* | | Merge pull request #24814 from owncloud/fix-psr4-external-masteVincent Petry2016-05-252-0/+0
|\ \ \
| * | | Move Stuff to PSR-4 againJoas Schilling2016-05-242-0/+0
| | |/ | |/|
* | | Merge pull request #24811 from owncloud/client-login-token-2faVincent Petry2016-05-252-6/+5
|\ \ \
| * | | do not allow client password logins if token auth is enforced or 2FA is enabledChristoph Wurst2016-05-242-6/+5
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-2542-0/+122
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-24220-960/+936
|/ / /
* | | Merge pull request #24748 from owncloud/login-explicitlyVincent Petry2016-05-242-6/+6
|\ \ \
| * | | when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-242-6/+6
| | |/ | |/|
* | | Merge pull request #7897 from owncloud/ext-swiftcachingVincent Petry2016-05-241-17/+71
|\ \ \ | |_|/ |/| |
| * | Added object cache for Swift ext storageVincent Petry2016-05-241-17/+71
* | | Merge pull request #24799 from owncloud/altyr-117-upstreamVincent Petry2016-05-24136-1738/+232415
|\ \ \
| * | | fix phpdocRobin Appelman2016-05-241-1/+1
| * | | Fix cert bundle pathRobin Appelman2016-05-241-1/+1
| * | | Fix autoloading for new google SDK libVincent Petry2016-05-242-3/+1
| * | | Add new filesFrancesco Rovelli2016-05-24101-0/+228841
| * | | enable autoload of lib in google storageFrancesco Rovelli2016-05-241-0/+1
| * | | Update google-api-php-client from 1.0.6-beta to 1.1.7Francesco Rovelli2016-05-2433-1733/+3570
| |/ /
* | | skip google map files (#24807)Vincent Petry2016-05-241-4/+7
* | | My fix for #24272, #23613, File not found when single file in a folder (#24800)Dmitry Popov2016-05-241-1/+1
* | | Merge pull request #24346 from lenz1111/fix_24331Vincent Petry2016-05-243-5/+8
|\ \ \ | |/ / |/| |
| * | bug fixPiotr Filiciak2016-05-241-1/+1
| * | video posterPiotr Filiciak2016-05-243-6/+7
| * | Fix: Bugs in shared link with video #24331Piotr Filiciak2016-05-152-4/+6
* | | Fix import path for 3rdparty dropbox autoloaderJoas Schilling2016-05-241-1/+1
* | | Merge pull request #24619 from owncloud/files_external-psr4Vincent Petry2016-05-24120-182/+118
|\ \ \
| * | | Fix missing importsJoas Schilling2016-05-241-0/+3
| * | | Move remaining classes to PSR-4Joas Schilling2016-05-2447-52/+47
| * | | Move Lib\Storage to PSR-4Joas Schilling2016-05-2419-0/+0
| * | | Move Config to PSR-4Joas Schilling2016-05-241-0/+0
| * | | Move Lib\Backend to PSR-4Joas Schilling2016-05-2416-0/+0
| * | | Move Lib\Auth to PSR-4Joas Schilling2016-05-2413-1/+0
| * | | Move stuff from outside lib/ to PSR-4Joas Schilling2016-05-2449-129/+68
| | |/ | |/|
* | | Merge pull request #24682 from f4bsch/masterVincent Petry2016-05-241-2/+0
|\ \ \ | |/ / |/| |
| * | dont update search onResizeFabian2016-05-171-2/+0
* | | Merge pull request #24750 from owncloud/lenz1111-share_download_range_request...Vincent Petry2016-05-232-3/+21
|\ \ \
| * | | Http Range requests support in downloadsPiotr Filiciak2016-05-202-3/+21