Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #25251 from owncloud/authtoken-assetpipelinefix | Vincent Petry | 2016-06-27 | 3 | -11/+11 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use OC.Backbone instead of Backbone directly in authtoken JS code | Vincent Petry | 2016-06-23 | 3 | -11/+11 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #25154 from owncloud/token-login-check-loginname | Vincent Petry | 2016-06-27 | 2 | -2/+41 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | check login name when authenticating with client token | Christoph Wurst | 2016-06-24 | 2 | -2/+41 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-27 | 10 | -0/+32 | |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-26 | 18 | -2/+114 | |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-25 | 8 | -2/+130 | |
* | | | | | | Merge pull request #25259 from owncloud/search-fixsearchfromotherfilelists | Christoph Wurst | 2016-06-24 | 1 | -2/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Hide search results after switching directory | Vincent Petry | 2016-06-24 | 1 | -0/+7 | |
| * | | | | | | Fix search result link for file results outside default list | Vincent Petry | 2016-06-24 | 1 | -2/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #25257 from owncloud/comments-showerroronsave | Christoph Wurst | 2016-06-24 | 3 | -8/+12 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Show error message when posting an invalid comment | Vincent Petry | 2016-06-24 | 3 | -8/+12 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #25171 from owncloud/files_external-list-all | Vincent Petry | 2016-06-24 | 5 | -10/+81 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | Add option to `occ files_external:list` to show all configured mounts | Robin Appelman | 2016-06-23 | 5 | -10/+81 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #25239 from owncloud/setupchecks-preventreload | Vincent Petry | 2016-06-24 | 1 | -2/+4 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Don't reload page in case of auth errors during setup checks | Vincent Petry | 2016-06-23 | 1 | -2/+4 | |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-24 | 82 | -6/+336 | |
| |_|/ |/| | | ||||||
* | | | Merge pull request #25238 from owncloud/files-trashlistnamecorruption | Vincent Petry | 2016-06-23 | 2 | -0/+24 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Fix trashed file name corruption when rerendering trashbin list | Vincent Petry | 2016-06-23 | 2 | -0/+24 | |
| |/ | ||||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-23 | 132 | -270/+166 | |
* | | Merge pull request #25233 from owncloud/iedavclient-nullheaders | Morris Jobke | 2016-06-22 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | Init the headers in iedavclient.js | Vincent Petry | 2016-06-22 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge pull request #25225 from owncloud/enc-revertversionsize | Vincent Petry | 2016-06-22 | 1 | -1/+8 | |
|\ \ | ||||||
| * | | Rollback version must also adjust cached size | Vincent Petry | 2016-06-22 | 1 | -1/+8 | |
* | | | Merge pull request #25223 from owncloud/external-list-default-options | Vincent Petry | 2016-06-22 | 1 | -1/+3 | |
|\ \ \ | ||||||
| * | | | Hide more default options in occ files_external:list | Robin Appelman | 2016-06-22 | 1 | -1/+3 | |
* | | | | Merge pull request #25123 from owncloud/issue-23005-broken-remote-shares | Vincent Petry | 2016-06-22 | 5 | -10/+40 | |
|\ \ \ \ | ||||||
| * | | | | Increase fed share timeout from 3 to 10 + unit tests | Vincent Petry | 2016-06-22 | 5 | -15/+30 | |
| * | | | | Add timeouts to make the UI usable again when a remote share is unreachable | Joas Schilling | 2016-06-22 | 4 | -5/+20 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #25172 from owncloud/token-login-validation | Vincent Petry | 2016-06-22 | 11 | -204/+281 | |
|\ \ \ \ | ||||||
| * | | | | fix unit test warning/errors | Christoph Wurst | 2016-06-20 | 2 | -26/+25 | |
| * | | | | fix DefaultTokenMapperTest | Christoph Wurst | 2016-06-20 | 1 | -0/+4 | |
| * | | | | fix default token provider tests | Christoph Wurst | 2016-06-20 | 1 | -26/+0 | |
| * | | | | fix nitpick | Christoph Wurst | 2016-06-20 | 1 | -2/+3 | |
| * | | | | fix user session tests | Christoph Wurst | 2016-06-20 | 1 | -73/+73 | |
| * | | | | dont create a session token for clients, validate the app password instead | Christoph Wurst | 2016-06-17 | 1 | -8/+24 | |
| * | | | | store last check timestamp in token instead of session | Christoph Wurst | 2016-06-17 | 8 | -77/+160 | |
| * | | | | use token last_activity instead of session value | Christoph Wurst | 2016-06-17 | 4 | -22/+22 | |
* | | | | | Merge pull request #25134 from owncloud/app-passwords | Vincent Petry | 2016-06-22 | 4 | -36/+36 | |
|\ \ \ \ \ | ||||||
| * | | | | | use theme name instead of hard-coded 'ownCloud' | Christoph Wurst | 2016-06-21 | 1 | -1/+1 | |
| * | | | | | fix tranlations | Christoph Wurst | 2016-06-21 | 1 | -3/+3 | |
| * | | | | | app passwords/device tokens wording | Christoph Wurst | 2016-06-21 | 4 | -36/+36 | |
* | | | | | | occ web executor (#24957) | VicDeo | 2016-06-22 | 7 | -6/+324 | |
* | | | | | | Merge pull request #25208 from owncloud/uploadfolder-firemkdirhooksforparents | Vincent Petry | 2016-06-22 | 1 | -1/+22 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Fire hooks for mkdir for folder upload | karakayasemi | 2016-06-21 | 1 | -1/+22 | |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-22 | 26 | -12/+174 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Fix null pointer exception in user_ldap (#25062) | Jörn Friedrich Dreyer | 2016-06-21 | 1 | -1/+8 | |
* | | | | | Merge pull request #24505 from owncloud/ceph-wait-for-http | Vincent Petry | 2016-06-21 | 2 | -4/+9 | |
|\ \ \ \ \ | ||||||
| * | | | | | Wait for port being accessible in addition to the notify socket | Thomas Müller | 2016-06-17 | 1 | -0/+5 | |
| * | | | | | Give mysql docker more time to start up | Thomas Müller | 2016-06-17 | 1 | -4/+4 |