summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Fix datepicker icons for all uses across ownCloudTom Needham2012-09-191-0/+4
| |
* | beta 4v4.5.0beta4Frank Karlitschek2012-09-191-2/+2
| |
* | LDAP: take out ldapUuidAttribute from on-the-fly check, cannot be set by the ↵Arthur Schiwon2012-09-191-2/+2
| | | | | | | | user and would lead to server error. Fixes oc-1625
* | Increase click area of breadcrumb, fix oc-703Tom Needham2012-09-191-0/+2
| |
* | Merge branch 'master' of github.com:owncloud/coreBjörn Schießle2012-09-192-3/+2
|\ \
| * | set configuvalue in table appconfig back to clob. Likely to break LDAP ↵Arthur Schiwon2012-09-192-3/+2
| | | | | | | | | | | | settings, probably responsible for some bugs with it. Might also cause damage in other apps. That's why it was once already set to clob
* | | fix for bug #1752 (Renaming of folders in files view does not work correctly ↵Björn Schießle2012-09-191-17/+19
|/ / | | | | | | in firefox 15)
* | Merge branch 'master' of github.com:owncloud/coreBjörn Schießle2012-09-19182-1576/+1374
|\|
| * Fix changing of share status icons, bug fix for oc-1631Michael Gapczynski2012-09-191-11/+22
| |
| * Don't show the expiration option until a share occurs, bug fix for oc-1724Michael Gapczynski2012-09-192-1/+9
| |
| * Remove the content and table to prevent covering the download linkMichael Gapczynski2012-09-191-0/+5
| |
| * Show preview for public folder linksMichael Gapczynski2012-09-184-24/+122
| |
| * [tx-robot] updated from transifexJenkins for ownCloud2012-09-19167-1492/+1099
| |
| * Fix oc-1769, renaming folders with extensionsTom Needham2012-09-181-2/+2
| |
| * Fix grammer and dont split translatable stringTom Needham2012-09-181-2/+2
| |
| * Run proxies and emit signals when finising chunked uploadBart Visscher2012-09-182-4/+57
| | | | | | | | Otherwise the file cache and the quota isn't checked
| * Only try to delete migration.db if it was created.Tom Needham2012-09-181-8/+11
| |
| * Allow exporting of users from any user backend, fixed oc-1645Tom Needham2012-09-181-10/+4
| |
| * Added failsafes for retrieving remote apps on settings->apps page, in case ↵Sam Tuke2012-09-183-22/+41
| | | | | | | | categories or app data are not found
* | add generated unique file name to the uploadingFiles list instead of the ↵Björn Schießle2012-09-191-1/+1
| | | | | | | | original name
* | execute lastAction() before add new oneBjörn Schießle2012-09-191-9/+12
|/
* use more oc file operations instead of plain PHP functionsBjörn Schießle2012-09-181-15/+11
|
* don't interpret strpos '0' as 'false' in while loopBjörn Schießle2012-09-181-1/+1
|
* Merge branch 'master' of https://github.com/owncloud/coreSam Tuke2012-09-18319-3285/+4998
|\
| * [tx-robot] updated from transifexJenkins for ownCloud2012-09-18140-1156/+1917
| |
| * LDAP: fix MySQL-query with DUAL table by removing wrong backticks. Got broke ↵Arthur Schiwon2012-09-171-1/+1
| | | | | | | | when they were added to SQL queries.
| * fix problem with quota proxy when using copyRobin Appelman2012-09-171-2/+6
| |
| * dont trigger filesystem hooks when not using the default viewRobin Appelman2012-09-171-72/+84
| |
| * Fix 'Search only shows the app name of the first app'Bart Visscher2012-09-171-1/+1
| | | | | | | | Fixes: oc-1369
| * Check format of chunked filenameBart Visscher2012-09-171-0/+3
| |
| * Check if the versioned file exists before trying to do the versioningBart Visscher2012-09-171-0/+6
| | | | | | | | This didn't work with chunked uploading
| * Fix return statementBart Visscher2012-09-171-1/+1
| |
| * Normalize path before calling removeETagPropertyForPathBart Visscher2012-09-171-0/+1
| | | | | | | | This should also fix the dirname problem on windows
| * timestamp uses emptystring as NULL defaultJörn Friedrich Dreyer2012-09-171-0/+1
| |
| * Fix oc-1726, cannot delete multiple files one by one without refreshTom Needham2012-09-171-1/+0
| |