summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-26189-2863/+6145
|
* Python language setting on gettextThomas Müller2012-09-261-1/+1
| | | gettext with language setting 'Python' gives better results than 'Perl'
* prepare server for move of property name "lastmodified" to "getlastmodified" ↵Björn Schießle2012-09-261-4/+6
| | | | | | according to RFC4918. Depreciated const can be removed after sync client update and release
* Sharing: write update errors to logfile; do not die on errorsArthur Schiwon2012-09-261-2/+2
|
* Merge branch 'master' of github.com:owncloud/coreBjörn Schießle2012-09-2637-183/+281
|\
| * Fix unsetting share expiration dateMichael Gapczynski2012-09-262-3/+14
| |
| * Show share expiration date set for shared itemMichael Gapczynski2012-09-261-5/+13
| |
| * Properly format the share expiration time for the database, fixes bug oc-1779Michael Gapczynski2012-09-251-5/+10
| |
| * Stop autocomplete selection event propogration so share dropdown doesn't ↵Michael Gapczynski2012-09-251-0/+1
| | | | | | | | disappear, fixes bug oc-1773
| * [tx-robot] updated from transifexJenkins for ownCloud2012-09-2632-167/+223
| |
| * Add OC_Files::searchByMime functionBart Visscher2012-09-251-1/+18
| | | | | | | | Include shared files in result
| * Passwords containing a ":" don't work with this explodeLukas Reschke2012-09-251-2/+2
| | | | | | | | Thanks to mETz
| * Add missing Sharing permissionArthur Schiwon2012-09-251-1/+1
| |
| * Sharing update: take over reshares and thus don't failArthur Schiwon2012-09-251-1/+1
| |
* | - take webdav namespace for properties into accountBjörn Schießle2012-09-263-12/+14
|/ | | | - change update routine to add the namesapce to all stored properties
* Merge branch 'master' of github.com:owncloud/coreBjörn Schießle2012-09-2548-370/+630
|\
| * Fix files_sharing update script, by making filesystem and users availableArthur Schiwon2012-09-251-0/+7
| |
| * backwards compat to older xcache versions, don't fail when trying to clear ↵Arthur Schiwon2012-09-251-0/+6
| | | | | | | | cache by prefix
| * [tx-robot] updated from transifexJenkins for ownCloud2012-09-2543-364/+610
| |
| * Fix getting individual shared file informationBart Visscher2012-09-241-1/+2
| |
| * Small css fix for button new in files. fix oc-1638Brice Maron2012-09-241-1/+1
| |
| * use file instead of dir in search provider file fix result urlsJörn Friedrich Dreyer2012-09-241-4/+4
| |
* | seperate the form to set up the mount points and the form to upload ssl ↵Björn Schießle2012-09-251-11/+15
|/ | | | certificates
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-2475-745/+1204
|
* Fix typoLukas Reschke2012-09-231-1/+1
|
* Correct "ownCloud"Lukas Reschke2012-09-231-10/+9
|
* some js style fixesRobin Appelman2012-09-232-82/+87
|
* fix some more phpdocRobin Appelman2012-09-2313-307/+351
|
* fix phpdoc and handle some edges cases better in oc_dbRobin Appelman2012-09-231-31/+67
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-2356-196/+1764
|
* Update authorsLukas Reschke2012-09-221-0/+5
| | | Copied from http://owncloud.org/about/contact/
* Sanitize download URLLukas Reschke2012-09-221-3/+3
| | | | @MTGap Can you please check if this break something?
* Added a missing CSRF checkLukas Reschke2012-09-221-0/+2
|
* Sanitize user inputLukas Reschke2012-09-221-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-2217-31/+45
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-22312-3218/+10389
|
* Merge pull request #15 from scambra/delete-fixesThomas Müller2012-09-212-3/+4
|\ | | | | use post to delete files, get has a limit and fails with many files
| * use post to delete files, get has a limit and fails with many filesscambra2012-09-202-3/+4
| |
* | Merge pull request #17 from scambra/4.5-l10n-fixesThomas Müller2012-09-217-42/+48
|\ \ | | | | | | Fix some untranslated strings
| * | translate rename and history actionsscambra2012-09-212-3/+4
| | |
| * | some characters in comments avoid finding some strings to translatescambra2012-09-212-4/+4
| | |
| * | fix translation for core/lostpasswordscambra2012-09-211-1/+2
| | |
| * | fix translating dialog buttons, they are translated in core not dialogs appscambra2012-09-211-6/+6
| | |
| * | translate files_sharing appscambra2012-09-213-31/+35
| | |
* | | Catch exceptions when updating an appBart Visscher2012-09-211-1/+7
| | |
* | | Catch exceptions in upgrading files_sharing, skip the errors for nowBart Visscher2012-09-211-2/+12
| | |
* | | Fix the mimetype filter in OC_Share_Backend_FileBart Visscher2012-09-211-2/+4
| | |
* | | Check mimetype filter in file share backendBart Visscher2012-09-211-1/+7
| | |
* | | Fix undefined user var, use getUserBart Visscher2012-09-211-1/+1
| | |
* | | Forgot to return the fileinfoBart Visscher2012-09-212-1/+2
| | |