aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/share
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #8026 from owncloud/remove_shared_folderBjörn Schießle2014-04-242-20/+58
|\ \ | | | | | | remove the "Shared" folder
| * | remove hard-coded shared folderBjoern Schiessle2014-04-231-1/+1
| | |
| * | some fixes to make the gallery work, this made it necessary to adjust some ↵Bjoern Schiessle2014-04-231-0/+1
| | | | | | | | | | | | tests and the encryption code
| * | we don't allow to share a folder if it contains a share mount pointBjoern Schiessle2014-04-231-0/+16
| | |
| * | allow to rename group share mount pointsBjoern Schiessle2014-04-231-0/+1
| | |
| * | fix target generation for group sharesBjoern Schiessle2014-04-231-10/+18
| | |
| * | fix share api testsBjoern Schiessle2014-04-231-5/+1
| | |
| * | add api to get shares from a specific userBjoern Schiessle2014-04-231-0/+16
| | |
| * | add some action itemsBjoern Schiessle2014-04-231-4/+4
| | |
* | | add additional rows to the select statement, 'stime' is needed for the ↵Bjoern Schiessle2014-04-241-3/+3
| | | | | | | | | | | | expire check
* | | add setting to set default expire dateBjoern Schiessle2014-04-242-2/+62
| | |
* | | This adds one more missing untranslated text from lib/shareVolkan Gezer2014-04-241-3/+4
|/ / | | | | | | Also displays the untrusted domain warning in English
* | Merge pull request #8009 from owncloud/feature/add-sharing-targetJoas Schilling2014-04-231-11/+52
|\ \ | | | | | | Add option to getUsersSharingFile() to get the paths for the shared users
| * | Do not query when the list is emptyJoas Schilling2014-04-091-14/+16
| | |
| * | Add option to getUsersSharingFile() to get the paths for the shared usersJoas Schilling2014-04-091-11/+50
| | |
* | | Merge pull request #8068 from wakeup/fix-share.php-string-extractionThomas Müller2014-04-231-63/+89
|\ \ \ | |_|/ |/| | Make lib/** share.php strings extractable for translation
| * | Make lib/** share.php strings extractable for translationVolkan Gezer2014-04-221-63/+89
| |/ | | | | | | | | | | | | They were not ready for translation as they had no placeholders and/nor wrapper function to be translated This should fix: #8011
* | Merge pull request #7780 from owncloud/share-file-existsBjörn Schießle2014-04-151-0/+10
|\ \ | | | | | | Verify that a file exists before we share it
| * | Verify that a file exists before we share itRobin Appelman2014-04-021-0/+10
| | |
* | | Fix Undefined index: storage in share.phpJoas Schilling2014-04-091-1/+1
| |/ |/| | | | | | | | | | | There parameter was removed when the code was cleaned up: {"app":"PHP","message":"Undefined index: storage at E:\\ownCloud\\owncloud\\lib\\private\\share\\share.php#1160", "level":0,"time":"2014-04-09T12:56:23+00:00"}
* | Merge pull request #7476 from owncloud/type-hintingThomas Müller2014-04-031-1/+0
|\ \ | |/ |/| Type hinting
| * Merge branch 'master' into type-hintingBart Visscher2014-03-315-10/+1986
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/image.php lib/private/l10n.php lib/private/request.php lib/private/share/mailnotifications.php lib/private/template/base.php
| * | More PHPDoc fixes, using scrutinizer patches as hintsBart Visscher2014-02-281-2/+1
| | |
* | | select statement always need to contain file_source respectively item_sourceBjoern Schiessle2014-03-311-2/+2
| |/ |/|
* | Emit event after setting a new expiration for a shareMorris Jobke2014-03-281-1/+8
| | | | | | | | | | all credits to @frisco82 https://github.com/owncloud/core/pull/5335
* | finally fix the paths for the OCS Share APIBjoern Schiessle2014-03-251-2/+4
| |
* | fix path creation for re-shares, issue #7662Bjoern Schiessle2014-03-251-2/+7
| |
* | don't assign variables in if conditionBjoern Schiessle2014-03-251-18/+17
| |
* | add todoBjoern Schiessle2014-03-251-1/+1
| |
* | always return an arrayBjoern Schiessle2014-03-251-11/+4
| |
* | seperate formatResults()Bjoern Schiessle2014-03-251-18/+31
| |
* | don't assign variables in if conditionsBjoern Schiessle2014-03-251-2/+4
| |
* | use variableBjoern Schiessle2014-03-251-6/+5
| |
* | seperate transformDBResultsBjoern Schiessle2014-03-251-24/+33
| |
* | seperate creation of select statementBjoern Schiessle2014-03-251-38/+44
| |
* | remove prepFileTarget() seems that it is no longer in useBjoern Schiessle2014-03-251-18/+0
| |
* | add a "helper" and a "hooks" class. Move constants needed by multiple classesBjoern Schiessle2014-03-254-302/+372
| | | | | | | | to a "constants" class
* | added private share apiBjoern Schiessle2014-03-251-0/+1886
| |
* | send an individual email to each recipientThomas Müller2014-03-101-10/+13
|/
* Merge pull request #7247 from owncloud/sharing_cleanup_step1Björn Schießle2014-02-201-0/+160
|\ | | | | clean up the sharing ajax calls, add mail notification class
| * clean up the sharing ajax calls, add mail notification classBjoern Schiessle2014-02-191-0/+160
| |
* | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-2/+2
|/ | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* fix DIArthur Schiwon2014-02-111-4/+6
|
* Inject loggerArthur Schiwon2014-02-111-3/+6
|
* wrong tldArthur Schiwon2014-02-111-1/+1
|
* sort following entries in alphabetical orderArthur Schiwon2014-02-111-3/+4
|
* move sorter into a classArthur Schiwon2014-02-111-0/+53