summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | |
* | | add a line break after every certificateBjörn Schießle2012-09-211-0/+1
| | |
* | | Change background colour of upload button to be consistant with new buttonTom Needham2012-09-212-3/+3
| | |
* | | Don't use OC_FileCache directly, but use the functions in OC_FilesBart Visscher2012-09-212-3/+33
| | | | | | | | | | | | This adds getFileInfo to OC_Files to also get fileinfo from shared files
* | | LDAP: replace expensive recursiveArraySearch with direct SQL search, leading ↵Arthur Schiwon2012-09-211-19/+38
| | | | | | | | | | | | to a performance boost. Imorives UX especially on directories with tons of users, solves complains on ML and probably fixes oc.1080
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-09-2125-120/+156
| | |
* | | use AL32UTF8 charset to connect to oracle, fixes file name encoding problemsJörn Friedrich Dreyer2012-09-201-0/+1
| | |
* | | escape user column in OC_FileCache::clearJörn Friedrich Dreyer2012-09-201-1/+1
| | |
* | | shorten index name, oracle can only handle identifiers <=30 charsJörn Friedrich Dreyer2012-09-201-1/+1
|/ /
* | LDAP: add forgotten class, fixes oc-1803Arthur Schiwon2012-09-201-1/+1
| |
* | change the new button color on mouse over so that the user understands that ↵Frank Karlitschek2012-09-201-4/+6
| | | | | | | | the button is actually two buttons.
* | Merge pull request #13 from scambra/safari-fixesicewind19912012-09-201-1/+2
|\ \ | | | | | | fix js success callback on safari when uploading files
| * | fix js success callback on safari when uploading filesscambra2012-09-201-1/+2
| |/