summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-056-6/+28
|
* Merge pull request #20053 from owncloud/getfileinfo-lockingThomas Müller2015-11-041-26/+26
|\ | | | | Don't lock if we're only reading cache metadata
| * Split checkUpdateRobin Appelman2015-11-031-26/+26
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-044-2/+138
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-012-0/+2
|
* Merge pull request #20175 from owncloud/login-arrowThomas Müller2015-10-302-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 Borchardt2015-10-302-5/+0
| | | | | | | | fix #18940
* | Merge pull request #20160 from owncloud/share-allowdeleteinshareoverviewThomas Müller2015-10-302-27/+11
|\ \ | | | | | | Bring back delete permission in share overview
| * | Bring back delete permission in share overviewVincent Petry2015-10-292-27/+11
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-302-0/+24
|/ /
* | Merge pull request #20122 from owncloud/files-consolidateiconupdateThomas Müller2015-10-291-0/+7
|\ \ | |/ |/| Fix icon update to be more consistent
| * Fix icon update to be more consistentVincent Petry2015-10-291-0/+7
| | | | | | | | Makes the details bar show the same icon as in the list.
* | Merge pull request #20079 from owncloud/filelist-invalidpathThomas Müller2015-10-291-4/+4
|\ \ | | | | | | Fix file list reload callback result
| * | Fix file list reload callback resultVincent Petry2015-10-271-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 transifexJenkins for ownCloud2015-10-296-0/+30
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-272-0/+16
|
* Update license headersLukas Reschke2015-10-2637-30/+39
|
* Throw exception on `getPath` if file does not existLukas Reschke2015-10-257-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 transifexJenkins for ownCloud2015-10-242-2/+86
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-232-0/+2
|
* handle NoUserException in sharing codeMorris Jobke2015-10-221-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 transifexJenkins for ownCloud2015-10-214-8/+12
|
* fix pagination on public file listHendrik Leppelsack2015-10-201-1/+1
|
* Merge pull request #19636 from owncloud/share_expire_backgrounThomas Müller2015-10-205-1/+283
|\ | | | | Add backgroundjob to expire link shares
| * use correct class nameMorris Jobke2015-10-202-2/+2
| |
| * Add backgroundjob to expire link sharesRoeland Jago Douma2015-10-205-1/+283
| | | | | | | | | | | | Simple background job to expire the link shares. * added unit tests
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-202-6/+40
|/
* Merge pull request #17641 from owncloud/fix_objectstore_renameJörn Friedrich Dreyer2015-10-192-10/+11
|\ | | | | don't move files in cache twice, fixes renaming for objectstores
| * Make shared folder size propagation test work with object home storageRobin Appelman2015-10-161-6/+4
| |
| * Fix shared storage tests for non local home storageRobin Appelman2015-10-161-3/+3
| |
| * fix sabre connector tests when using a non local home storageRobin Appelman2015-10-161-2/+5
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-184-32/+110
| |
* | Increase the 2nd digit of shipped appsJoas Schilling2015-10-172-2/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-172-0/+2
|/
* Merge pull request #19836 from owncloud/share-fix-spinner-positionThomas Müller2015-10-161-3/+11
|\ | | | | Fix spinner positions in share tab
| * Fix spinner positions in share tabVincent Petry2015-10-161-3/+11
| | | | | | | | Also fix missing spinner when removing link share
* | Consolidate webdav code - move all to one appThomas Müller2015-10-163-183/+0
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-162-0/+12
|
* Merge pull request #19580 from ↵Thomas Müller2015-10-141-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 casingJoas Schilling2015-10-061-0/+1
| |
* | Merge pull request #19733 from owncloud/remove-controls-whennotneededThomas Müller2015-10-141-3/+0
|\ \ | | | | | | Remove controls for file lists that don't need it
| * | Remove controls for file lists that don't need itVincent Petry2015-10-131-3/+0
| | | | | | | | | | | | | | | Remove controls from sharing overview and favorite file lists which don't display paths.
* | | apply new checkbox style to admin settingsHendrik Leppelsack2015-10-141-2/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-142-2/+4
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-136-0/+36
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-122-4/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-102-4/+4
| |
* | Merge pull request #19643 from owncloud/public-download-spinnerThomas Müller2015-10-091-1/+15
|\ \ | | | | | | Set download cookie on public download
| * | Set download cookie on public downloadVincent Petry2015-10-081-1/+15
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-092-0/+4
| | |