summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* make sure that all expected array keys are availableBjörn Schießle2012-12-061-1/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-12-051-0/+9
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-301-5/+5
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-281-0/+2
|
* Merge pull request #380 from butonic/feature_share_link_with_tokenJörn Friedrich Dreyer2012-11-261-149/+205
|\ | | | | Feature share link with token
| * readd fallback code for pre token linksJörn Friedrich Dreyer2012-11-231-143/+197
| |
| * implement share via link tokenJörn Friedrich Dreyer2012-11-201-103/+105
| |
* | Merge pull request #506 from owncloud/fix_505Thomas Müller2012-11-221-0/+8
|\ \ | | | | | | refs #505 - defining publicListView based on template parameter
| * | refs #505 - defining publicListView based on template parameterThomas Mueller2012-11-181-0/+8
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-221-1/+6
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-213-3/+14
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-201-0/+9
|/
* Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus2012-11-115-12/+12
|
* urlencode file/dir to allow special characters in filename/path (issue #95)Björn Schießle2012-11-071-2/+2
|
* Style: Remove all the dangling white spacesFelix Moeller2012-11-041-1/+1
|
* Checkstyle: Fix the last two InvalidEOLCharFelix Moeller2012-11-041-223/+223
|
* Checkstyle: many fixesFelix Moeller2012-11-021-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-311-4/+7
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-301-0/+2
|
* Fix shared status iconsMichael Gapczynski2012-10-281-30/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-272-0/+8
|
* Forget to urlencode the pathLukas Reschke2012-10-241-1/+1
|
* urlencodeLukas Reschke2012-10-241-6/+6
|
* Apply coding style guideThomas Müller2012-10-241-1/+2
|
* fix copy&paste bug from previous commitBjörn Schießle2012-10-241-1/+1
|
* Shared files are not stored in the file cache. Therefore we need toBjörn Schießle2012-10-241-1/+18
| | | | | use the share table from the db to find the item source if the public link re-shares a already shared file.
* Place the brackets in the first lineLukas Reschke2012-10-241-60/+59
|
* Apply coding style guideThomas Müller2012-10-241-203/+203
| | | http://owncloud.org/dev/coding-style-guide/
* calling OC_Filesystem at this point will initialize file system with wrong ↵Björn Schießle2012-10-241-2/+8
| | | | user (for public shared links if another user is logged in). Therefore remove trailing slashes without the help of OC_Filesystem.
* Merge pull request #76 from fmms/masterLukas Reschke2012-10-231-1/+1
|\ | | | | checkstyle: some more cleanups
| * Codestyle: FunctionCallArgumentSpacingFelix Moeller2012-10-231-1/+1
| |
* | Remove uneeded vendor prefixesLukas Reschke2012-10-241-2/+0
| |
* | Format the CSS in a readable wayLukas Reschke2012-10-231-11/+73
| |
* | Merge pull request #12 from scambra/fixesicewind19912012-10-231-0/+8
|\ \ | |/ |/| check free space using folder's owner
| * check free space using folder's ownerscambra2012-09-191-0/+8
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-233-5/+7
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-211-0/+9
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-204-5/+14
| |
* | unset UserID after UpdateArthur Schiwon2012-10-181-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-161-0/+9
| |
* | normalize path to avoid problems with trailing slashes, double-slashes, etc.Björn Schießle2012-10-161-2/+2
| |
* | Whitespace cleanupBart Visscher2012-10-142-7/+7
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-141-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-122-0/+4
| |
* | generate correct link for shared files and shared directoriesBjörn Schießle2012-10-111-2/+7
| |
* | don't show the share action in the file view for publically shared files.Björn Schießle2012-10-102-1/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-101-0/+2
| |
* | Fix closing the sharing dropdown by clicking on the share buttonMichael Gapczynski2012-10-091-1/+1
| |
* | Remove old Shared folders from the file cache, fixes bug oc-1911Michael Gapczynski2012-10-072-1/+9
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-071-0/+9
| |