aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |/
* | float right element needs to be the first element, otherwise firefox will ↵Björn Schießle2012-09-201-2/+2
| | | | | | | | move it to a new line
* | [tx-robot] updated from transifexJenkins for ownCloud2012-09-2039-232/+333
| |
* | db indexes for appconfig and preferencesRobin Appelman2012-09-202-1/+29
| |
* | use tabs in db_structureRobin Appelman2012-09-201-645/+641
| |
* | made upload button the same height in chrome and firefoxBernhard Posselt2012-09-192-3/+2
| | | | | | | | Signed-off-by: Tom Needham <needham.thomas@gmail.com>
* | General style fixes for the share dropdownTom Needham2012-09-191-0/+2
| |
* | Fix styling of public shared files download buttonTom Needham2012-09-192-4/+5
| |
* | Dynamicly resize public shared imagesTom Needham2012-09-192-2/+6
| |
* | Fix syntax bugBart Visscher2012-09-191-1/+1
| |
* | Fix versioning of shared filesBart Visscher2012-09-191-72/+34
| |
* | Fix sharing of single files, target name was not correctBart Visscher2012-09-191-1/+1
| |
* | Catch unreadable app folder errorBrice Maron2012-09-191-1/+4
| |