Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #7780 from owncloud/share-file-exists | Björn Schießle | 2014-04-15 | 1 | -0/+10 |
|\ | | | | | Verify that a file exists before we share it | ||||
| * | Verify that a file exists before we share it | Robin Appelman | 2014-04-02 | 1 | -0/+10 |
| | | |||||
* | | Fix Undefined index: storage in share.php | Joas Schilling | 2014-04-09 | 1 | -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-hinting | Thomas Müller | 2014-04-03 | 1 | -1/+0 |
|\ \ | |/ |/| | Type hinting | ||||
| * | Merge branch 'master' into type-hinting | Bart Visscher | 2014-03-31 | 5 | -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 hints | Bart Visscher | 2014-02-28 | 1 | -2/+1 |
| | | | |||||
* | | | select statement always need to contain file_source respectively item_source | Bjoern Schiessle | 2014-03-31 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Emit event after setting a new expiration for a share | Morris Jobke | 2014-03-28 | 1 | -1/+8 |
| | | | | | | | | | | all credits to @frisco82 https://github.com/owncloud/core/pull/5335 | ||||
* | | finally fix the paths for the OCS Share API | Bjoern Schiessle | 2014-03-25 | 1 | -2/+4 |
| | | |||||
* | | fix path creation for re-shares, issue #7662 | Bjoern Schiessle | 2014-03-25 | 1 | -2/+7 |
| | | |||||
* | | don't assign variables in if condition | Bjoern Schiessle | 2014-03-25 | 1 | -18/+17 |
| | | |||||
* | | add todo | Bjoern Schiessle | 2014-03-25 | 1 | -1/+1 |
| | | |||||
* | | always return an array | Bjoern Schiessle | 2014-03-25 | 1 | -11/+4 |
| | | |||||
* | | seperate formatResults() | Bjoern Schiessle | 2014-03-25 | 1 | -18/+31 |
| | | |||||
* | | don't assign variables in if conditions | Bjoern Schiessle | 2014-03-25 | 1 | -2/+4 |
| | | |||||
* | | use variable | Bjoern Schiessle | 2014-03-25 | 1 | -6/+5 |
| | | |||||
* | | seperate transformDBResults | Bjoern Schiessle | 2014-03-25 | 1 | -24/+33 |
| | | |||||
* | | seperate creation of select statement | Bjoern Schiessle | 2014-03-25 | 1 | -38/+44 |
| | | |||||
* | | remove prepFileTarget() seems that it is no longer in use | Bjoern Schiessle | 2014-03-25 | 1 | -18/+0 |
| | | |||||
* | | add a "helper" and a "hooks" class. Move constants needed by multiple classes | Bjoern Schiessle | 2014-03-25 | 4 | -302/+372 |
| | | | | | | | | to a "constants" class | ||||
* | | added private share api | Bjoern Schiessle | 2014-03-25 | 1 | -0/+1886 |
| | | |||||
* | | send an individual email to each recipient | Thomas Müller | 2014-03-10 | 1 | -10/+13 |
|/ | |||||
* | Merge pull request #7247 from owncloud/sharing_cleanup_step1 | Björn Schießle | 2014-02-20 | 1 | -0/+160 |
|\ | | | | | clean up the sharing ajax calls, add mail notification class | ||||
| * | clean up the sharing ajax calls, add mail notification class | Bjoern Schiessle | 2014-02-19 | 1 | -0/+160 |
| | | |||||
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -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 DI | Arthur Schiwon | 2014-02-11 | 1 | -4/+6 |
| | |||||
* | Inject logger | Arthur Schiwon | 2014-02-11 | 1 | -3/+6 |
| | |||||
* | wrong tld | Arthur Schiwon | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | sort following entries in alphabetical order | Arthur Schiwon | 2014-02-11 | 1 | -3/+4 |
| | |||||
* | move sorter into a class | Arthur Schiwon | 2014-02-11 | 1 | -0/+53 |