Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-05 | 6 | -6/+28 |
| | |||||
* | Merge pull request #20053 from owncloud/getfileinfo-locking | Thomas Müller | 2015-11-04 | 1 | -26/+26 |
|\ | | | | | Don't lock if we're only reading cache metadata | ||||
| * | Split checkUpdate | Robin Appelman | 2015-11-03 | 1 | -26/+26 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-04 | 4 | -2/+138 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-01 | 2 | -0/+2 |
| | |||||
* | Merge pull request #20175 from owncloud/login-arrow | Thomas Müller | 2015-10-30 | 2 | -5/+0 |
|\ | | | | | remove unneeded icons from input fields to not distract from submit button, fix #18940 | ||||
| * | remove unneeded icons from input fields to not distract from submit button, ↵ | Jan-Christoph Borchardt | 2015-10-30 | 2 | -5/+0 |
| | | | | | | | | fix #18940 | ||||
* | | Merge pull request #20160 from owncloud/share-allowdeleteinshareoverview | Thomas Müller | 2015-10-30 | 2 | -27/+11 |
|\ \ | | | | | | | Bring back delete permission in share overview | ||||
| * | | Bring back delete permission in share overview | Vincent Petry | 2015-10-29 | 2 | -27/+11 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-30 | 2 | -0/+24 |
|/ / | |||||
* | | Merge pull request #20122 from owncloud/files-consolidateiconupdate | Thomas Müller | 2015-10-29 | 1 | -0/+7 |
|\ \ | |/ |/| | Fix icon update to be more consistent | ||||
| * | Fix icon update to be more consistent | Vincent Petry | 2015-10-29 | 1 | -0/+7 |
| | | | | | | | | Makes the details bar show the same icon as in the list. | ||||
* | | Merge pull request #20079 from owncloud/filelist-invalidpath | Thomas Müller | 2015-10-29 | 1 | -4/+4 |
|\ \ | | | | | | | Fix file list reload callback result | ||||
| * | | Fix file list reload callback result | Vincent Petry | 2015-10-27 | 1 | -4/+4 |
| |/ | | | | | | | | | | | | | | | All reloadCallback must return either true for success or false in case of failure / non-existing folder. Some file lists only have a root folder (favorite, shares), so restrict the path to that to avoid having a wrong path in the breadcrumbs. | ||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-29 | 6 | -0/+30 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-27 | 2 | -0/+16 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 37 | -30/+39 |
| | |||||
* | Throw exception on `getPath` if file does not exist | Lukas Reschke | 2015-10-25 | 7 | -41/+59 |
| | | | | | | | | | | Currently the `getPath` methods returned `NULL` in case when a file with the specified ID does not exist. This however mandates that developers are checking for the `NULL` case and if they do not the door for bugs with all kind of impact is widely opened. This is especially harmful if used in context with Views where the final result is limited based on the result of `getPath`, if `getPath` returns `NULL` PHP type juggles this to an empty string resulting in all possible kind of bugs. While one could argue that this is a misusage of the API the fact is that it is very often misused and an exception will trigger an immediate stop of execution as well as log this behaviour and show a pretty error page. I also adjusted some usages where I believe that we need to catch these errors, in most cases this is though simply an error that should hard-fail. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-24 | 2 | -2/+86 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-23 | 2 | -0/+2 |
| | |||||
* | handle NoUserException in sharing code | Morris Jobke | 2015-10-22 | 1 | -1/+7 |
| | | | | | | | | | * setup LDAP users * share from an LDAP user * delete that LDAP user * log in as share recipient * before: unhandled NoUserException * after: NoUserEception is logged and share is not shown anymore | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-21 | 4 | -8/+12 |
| | |||||
* | fix pagination on public file list | Hendrik Leppelsack | 2015-10-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #19636 from owncloud/share_expire_backgroun | Thomas Müller | 2015-10-20 | 5 | -1/+283 |
|\ | | | | | Add backgroundjob to expire link shares | ||||
| * | use correct class name | Morris Jobke | 2015-10-20 | 2 | -2/+2 |
| | | |||||
| * | Add backgroundjob to expire link shares | Roeland Jago Douma | 2015-10-20 | 5 | -1/+283 |
| | | | | | | | | | | | | Simple background job to expire the link shares. * added unit tests | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-20 | 2 | -6/+40 |
|/ | |||||
* | Merge pull request #17641 from owncloud/fix_objectstore_rename | Jörn Friedrich Dreyer | 2015-10-19 | 2 | -10/+11 |
|\ | | | | | don't move files in cache twice, fixes renaming for objectstores | ||||
| * | Make shared folder size propagation test work with object home storage | Robin Appelman | 2015-10-16 | 1 | -6/+4 |
| | | |||||
| * | Fix shared storage tests for non local home storage | Robin Appelman | 2015-10-16 | 1 | -3/+3 |
| | | |||||
| * | fix sabre connector tests when using a non local home storage | Robin Appelman | 2015-10-16 | 1 | -2/+5 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-18 | 4 | -32/+110 |
| | | |||||
* | | Increase the 2nd digit of shipped apps | Joas Schilling | 2015-10-17 | 2 | -2/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-17 | 2 | -0/+2 |
|/ | |||||
* | Merge pull request #19836 from owncloud/share-fix-spinner-position | Thomas Müller | 2015-10-16 | 1 | -3/+11 |
|\ | | | | | Fix spinner positions in share tab | ||||
| * | Fix spinner positions in share tab | Vincent Petry | 2015-10-16 | 1 | -3/+11 |
| | | | | | | | | Also fix missing spinner when removing link share | ||||
* | | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 3 | -183/+0 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-16 | 2 | -0/+12 |
| | |||||
* | Merge pull request #19580 from ↵ | Thomas Müller | 2015-10-14 | 1 | -0/+1 |
|\ | | | | | | | | | owncloud/issue-19399-remote-shares-case-sensitivity Make sure that remote shares use the correct uid casing | ||||
| * | Make sure that remote shares use the correct uid casing | Joas Schilling | 2015-10-06 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #19733 from owncloud/remove-controls-whennotneeded | Thomas Müller | 2015-10-14 | 1 | -3/+0 |
|\ \ | | | | | | | Remove controls for file lists that don't need it | ||||
| * | | Remove controls for file lists that don't need it | Vincent Petry | 2015-10-13 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | Remove controls from sharing overview and favorite file lists which don't display paths. | ||||
* | | | apply new checkbox style to admin settings | Hendrik Leppelsack | 2015-10-14 | 1 | -2/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-14 | 2 | -2/+4 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-13 | 6 | -0/+36 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-12 | 2 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-10 | 2 | -4/+4 |
| | | |||||
* | | Merge pull request #19643 from owncloud/public-download-spinner | Thomas Müller | 2015-10-09 | 1 | -1/+15 |
|\ \ | | | | | | | Set download cookie on public download | ||||
| * | | Set download cookie on public download | Vincent Petry | 2015-10-08 | 1 | -1/+15 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-09 | 2 | -0/+4 |
| | | |