summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Move Connection to PSR-4Joas Schilling2016-05-2519-32/+30
|
* Move FilesystemHelper to PSR-4Joas Schilling2016-05-2513-13/+16
|
* Move Helper to PSR-4Joas Schilling2016-05-2516-23/+20
|
* Move interface to PSR-4Joas Schilling2016-05-2516-23/+14
|
* Move LDAP to PSR-4Joas Schilling2016-05-2513-15/+16
|
* Move LDAP Utility to PSR-4Joas Schilling2016-05-254-2/+5
|
* Move LogWrapper to PSR-4Joas Schilling2016-05-2513-16/+17
|
* Move Proxy to PSR-4Joas Schilling2016-05-253-4/+7
|
* lib/userJoas Schilling2016-05-251-1/+2
|
* Move wizardJoas Schilling2016-05-254-7/+12
|
* Move lib\user to PSR-4Joas Schilling2016-05-2531-68/+67
|
* Move User_LDAP and User_Proxy to PSR-4Joas Schilling2016-05-2519-33/+33
|
* Move Group_LDAP and Group_Proxy to PSR-4Joas Schilling2016-05-256-16/+16
|
* Move Command namespace to PSR-4Joas Schilling2016-05-259-27/+23
|
* Move User_LDAP to PSR-4Joas Schilling2016-05-255-0/+2
|
* Merge pull request #24661 from owncloud/files_sharing-psr4Vincent Petry2016-05-2567-113/+126
|\ | | | | Move Files_Sharing to PSR-4
| * Move tests to PSR-4Joas Schilling2016-05-2532-104/+118
| |
| * Move background job to PSR-4Joas Schilling2016-05-252-3/+3
| |
| * Move lib/ to PSR-4Joas Schilling2016-05-2526-0/+0
| |
| * Move classes from outside lib/ to PSR-4Joas Schilling2016-05-259-6/+5
| |
* | Merge pull request #24838 from owncloud/fix-failing-updatenotifications-testsVincent Petry2016-05-251-6/+12
|\ \ | | | | | | Fix failing update notifications tests
| * | Fix failing update notifications testsJoas Schilling2016-05-251-6/+12
| | |
* | | Merge pull request #24815 from owncloud/fix-autotest-external-psr4Vincent Petry2016-05-256-11/+11
|\ \ \ | |_|/ |/| | Fix ext storage test class name in test script
| * | 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
| |/ |/| | | | | | | the login password changed at the user back-end (e.g ldap). Such failures will be handled after login correctly by allowing the user to adjust the passwords
* | 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
|\ \ | | | | | | Update notifications for core and apps
| * | 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 again
| * | | 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 …
| * | | 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
|\ \ \ | | | | | | | | Log in explicitly, save login name when generating browser/device tokens
| * | | when generating browser/device token, save the login name for later password ↵Christoph Wurst2016-05-242-6/+6
| | |/ | |/| | | | | | | checks
* | | Merge pull request #7897 from owncloud/ext-swiftcachingVincent Petry2016-05-241-17/+71
|\ \ \ | |_|/ |/| | Added object cache for Swift ext storage
| * | Added object cache for Swift ext storageVincent Petry2016-05-241-17/+71
| | | | | | | | | | | | | | | This avoid calling the remote API for repeated calls to is_dir, filetype, etc
* | | Merge pull request #24799 from owncloud/altyr-117-upstreamVincent Petry2016-05-24136-1738/+232415
|\ \ \ | | | | | | | | Update google-api-php-client to 1.1.7
| * | | 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
| | | |