aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that filename is prefixed with a slashJoas Schilling2014-08-141-0/+1
|
* Do not filemtime() on "." directory. Use empty string insteadJoas Schilling2014-08-111-0/+5
| | | | Fix #9928
* Remove doubled slash between folder and pathJoas Schilling2014-08-111-5/+4
|
* remove share permissions if user is excluded from sharingBjoern Schiessle2014-08-081-0/+10
|
* Merge pull request #9953 from owncloud/fix_text_preview_for_systems_without_ttfMorris Jobke2014-08-071-1/+8
|\ | | | | implement a txt preview fallback for the case that ttf is not support
| * implement a txt preview fallback for the case that ttf is not supportGeorg Ehrke2014-07-281-1/+8
| |
* | Merge pull request #10079 from owncloud/Improve_scanner_messageThomas Müller2014-08-071-1/+1
|\ \ | | | | | | Improved scanner error message
| * | Improved scanner error messageMartin2014-07-311-1/+1
| | |
* | | Merge pull request #10142 from owncloud/fix-#9283-gzip_supportThomas Müller2014-08-072-8/+7
|\ \ \ | | | | | | | | Removed broken tar cutter, added tar and fixed extension switch.
| * | | Previous commit was not based on master, retry. Removed broken tar cutter, ↵Remco Brenninkmeijer2014-08-042-8/+7
| | | | | | | | | | | | | | | | double extensions are not possible in temp files. Added tar support. Fixed extension switch.
* | | | Merge pull request #10184 from owncloud/getbyid-nodeRobin Appelman2014-08-072-42/+27
|\ \ \ \ | | | | | | | | | | Fix Folder::getById
| * | | | Fix SharedCache::getPathByIdRobin Appelman2014-08-061-1/+1
| | | | |
| * | | | return null instead of throwing an exceptionRobin Appelman2014-08-061-2/+1
| | | | |
| * | | | Fix Folder::getByIdRobin Appelman2014-08-052-39/+25
| | | | |
* | | | | Merge pull request #8915 from owncloud/MorrisJobke-travisThomas Müller2014-08-072-0/+4
|\ \ \ \ \ | | | | | | | | | | | | Travis support for PRs and master, stable5 and stable6
| * | | | | Minor fixesMorris Jobke2014-08-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * instanceof \OC\Files\View * fix misplaced paranthesis * remove misplaced character in comment
| * | | | | Make View->shouldEmitHooks more robustRobin Appelman2014-08-051-0/+3
| | | | | |
* | | | | | typo fix from transifex suggestionVolkan Gezer2014-08-061-2/+2
| | | | | |
* | | | | | Merge pull request #10144 from owncloud/issue/9972Thomas Müller2014-08-064-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Issue/9972 Fix issues with group and username `0`
| * | | | | | Fix isLoggedIn() check for user '0'Joas Schilling2014-08-042-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #9972
| * | | | | | Fix getting group '0' from database backendJoas Schilling2014-08-042-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #9972
* | | | | | | Merge pull request #10191 from owncloud/sharing_rm_trailing_slashMorris Jobke2014-08-051-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [sharing] remove trailing slash
| * | | | | | | remove trailing slash from pathBjoern Schiessle2014-08-051-1/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #9520 from owncloud/theme_urlsBjörn Schießle2014-08-051-13/+41
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Add ability to theme iOS and Android client URLs just like desktop URLs.
| * | | | | | remove escaping because it's unneededMorris Jobke2014-08-051-1/+1
| | | | | | |
| * | | | | | fix uppercase issueMorris Jobke2014-08-051-4/+4
| | | | | | |
| * | | | | | Add ability to theme iOS and Android client URLs just like desktop URLs.scolebrook2014-08-051-13/+41
| |/ / / / /
* / / / / / don't display share permission if resharing was disabled by the adminBjoern Schiessle2014-08-051-1/+1
|/ / / / /
* | | | | Merge pull request #10151 from owncloud/issue/9912Morris Jobke2014-08-051-5/+5
|\ \ \ \ \ | | | | | | | | | | | | Increase word wrap limit for emails to 78 characters
| * | | | | Increase word wrap limit for emails to 78 charactersJoas Schilling2014-08-041-5/+5
| | | | | |
* | | | | | Merge pull request #10083 from th3fallen/fix-9969-take-twoJoas Schilling2014-08-042-37/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix 9969
| * | | | | Removing unnecessary switch statements in fopen methods.Clark Tomlinson2014-07-312-37/+9
| | | | | |
* | | | | | Merge pull request #10025 from owncloud/l10n-typoThomas Müller2014-08-041-8/+8
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | typo fix from transifex suggestion
| * | | | | expire -> expirationVolkan Gezer2014-08-021-6/+6
| | | | | |
| * | | | | suggestions by deepdiverVolkan Gezer2014-08-011-4/+4
| | | | | |
| * | | | | typo fix from transifex suggestionVolkan Gezer2014-07-301-2/+2
| | | | | |
* | | | | | fix return documentationJörn Friedrich Dreyer2014-08-011-7/+5
| | | | | |
* | | | | | prevent PHP errors and enhance loggingThomas Müller2014-08-011-1/+5
| |/ / / / |/| | | |
* | | | | Merge pull request #10051 from owncloud/preview-empty-textThomas Müller2014-07-314-4/+64
|\ \ \ \ \ | | | | | | | | | | | | Use svg mimeicons for empty text files
| * | | | | Use svg mimeicons for empty text filesRobin Appelman2014-07-304-4/+64
| | |_|/ / | |/| | |
* | | | | Merge pull request #10044 from owncloud/transparency_fixJan-Christoph Borchardt2014-07-301-0/+8
|\ \ \ \ \ | | | | | | | | | | | | extract transparency fix from #8050
| * | | | | extract transparency fix from #8050Georg Ehrke2014-07-301-0/+8
| | | | | |
* | | | | | Merge pull request #10024 from owncloud/preview-restrict-heightMorris Jobke2014-07-301-2/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | Also keep maxY into account when scaling a preview while preserving aspect ratio
| * | | | | | Also keep maxY into account when scaling a preview while preserving aspect ratioRobin Appelman2014-07-301-2/+8
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #10000 from owncloud/fix-lowlat-cache-autoloadJörn Friedrich Dreyer2014-07-301-2/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Cache factory needs to use globalPrefix in createLowLatency()
| * | | | | Memcache\Factory: Remove static, use globalPrefix.Andreas Fischer2014-07-291-2/+3
| | | | | |
* | | | | | Merge pull request #9970 from owncloud/sharing_set_expire_dateMorris Jobke2014-07-301-1/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Sharing set expire date
| * | | | | make sure that we set the expire date if a date is adefault date is setBjoern Schiessle2014-07-281-1/+2
| |/ / / /
* | | | | Merge pull request #9888 from owncloud/mysql-tinyint-masterThomas Müller2014-07-301-0/+13
|\ \ \ \ \ | |_|/ / / |/| | | | migration test for sqlite - adding type mapping for 'tinyint unsigned'
| * | | | migration test for sqlite - adding type mapping for 'tinyint unsigned'Thomas Müller2014-07-291-0/+13
| |/ / /