summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-01-09132-2707/+2951
* Merge pull request #938 from owncloud/fix_minor_files_annoyancesThomas Tanghus2013-01-087-57/+84
|\
| * fixing string concatenation in javascriptThomas Mueller2013-01-081-1/+1
| * ie8 ignores rgba, show button border in ie8 by adding second border css rowJörn Friedrich Dreyer2013-01-071-1/+1
| * attach max upload tipsy to div instead of a to fix tooltip not showing due to...Jörn Friedrich Dreyer2013-01-073-4/+8
| * remove aborted uploadsJörn Friedrich Dreyer2013-01-071-0/+3
| * adapt to isFileNameValid, whitespace cleanupJörn Friedrich Dreyer2013-01-072-28/+19
| * Merge branch 'master' into fix_minor_files_annoyancesThomas Mueller2013-01-06196-3876/+7238
| |\
| * | reverse z-index of a and input to make upload work again in ie8/9Jörn Friedrich Dreyer2013-01-041-2/+2
| * | remove initial iframe, is added automatically by jquery upload mechanismJörn Friedrich Dreyer2013-01-041-2/+0
| * | use jQuery.parseJSON fallback for IE6/7/8Jörn Friedrich Dreyer2013-01-021-2/+9
| * | input/form switching cleanupJörn Friedrich Dreyer2013-01-022-3/+3
| * | remove , at end of js. IE8 chokes on thisJörn Friedrich Dreyer2013-01-021-1/+1
| * | abort rename on ESC keyupJörn Friedrich Dreyer2013-01-021-0/+7
| * | show notification when renaming a file to ''Jörn Friedrich Dreyer2013-01-021-0/+4
| * | enable enter in ie by using .submit()+form instead of .change(), use notifica...Jörn Friedrich Dreyer2013-01-021-12/+25
| * | whitespace cleanupJörn Friedrich Dreyer2013-01-021-14/+14
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-01-0852-152/+220
* | | Update apps/user_webdavauth/user_webdavauth.phpFrank Karlitschek2013-01-071-1/+1
* | | Merge pull request #1061 from owncloud/remove_css_not_selector_to_fix_ie8_inp...Jörn Friedrich Dreyer2013-01-071-1/+1
|\ \ \
| * | | remove css not selector - incompatible with ie8Jörn Friedrich Dreyer2013-01-021-1/+1
| |/ /
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-01-07142-2773/+3626
* | | Merge pull request #632 from owncloud/fix_629Thomas Müller2013-01-061-1/+1
|\ \ \ | |_|/ |/| |
| * | use regex which was suggested by dragotinGeorg Ehrke2012-12-171-1/+1
| * | fix pattern for database namesGeorg Ehrke2012-11-291-1/+1
* | | Merge pull request #1092 from owncloud/rename_dotThomas Müller2013-01-063-6/+18
|\ \ \
| * | | rename containsInvalidCharacters() to isFileNameValid() - NOTE: semantic has ...Thomas Mueller2013-01-062-5/+17
| * | | Files: prevent people from renaming files to '.'Robin Appelman2013-01-052-2/+2
* | | | Merge pull request #1079 from owncloud/update-progressMichael Gapczynski2013-01-057-49/+159
|\ \ \ \
| * \ \ \ Merge branch 'master' into update-progressMichael Gapczynski2013-01-05149-3387/+4619
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1066 from owncloud/fix-388-masterThomas Müller2013-01-053-21/+85
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | remove duplicate returnThomas Mueller2013-01-051-2/+0
| * | | | enhanced log messageThomas Mueller2013-01-041-1/+1
| * | | | documentation adjusted on the wayThomas Mueller2013-01-041-0/+1
| * | | | Fallback to use COM or exec('stat ..') is only executed if stat or filesize r...Thomas Mueller2013-01-041-12/+35
| * | | | OC_Helper::is_function_enabled() added to find out if a function is availableThomas Mueller2013-01-041-18/+43
| * | | | workaround for 32-bit systems to handle filesizes bigger than 2GBThomas Mueller2013-01-032-2/+19
* | | | | Merge pull request #1053 from owncloud/ocs_apiMichael Gapczynski2013-01-0418-488/+799
|\ \ \ \ \
| * | | | | Remove the WIP external sharing apiTom Needham2012-12-314-84/+0
| * | | | | Remove WIP OAuth codeTom Needham2012-12-312-206/+0
| * | | | | Remove accidental submoduleTom Needham2012-12-311-0/+0
| * | | | | Code cleanup and add copyright infoTom Needham2012-12-311-1/+23
| * | | | | Merge branch 'master' into ocs_apiTom Needham2012-12-31444-8363/+11975
| |\ \ \ \ \
| * | | | | | Remove unused methodsTom Needham2012-12-311-16/+0
| * | | | | | check if adminFrank Karlitschek2012-12-294-1/+10
| * | | | | | Fall back to default log file if logfile config file not found, suppress writ...Michael Gapczynski2012-12-291-5/+10
| * | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-12-2912-15/+17
| * | | | | | Change post_write hook to write to prevent creating a duplicate of the origin...Michael Gapczynski2012-12-291-1/+1
| * | | | | | prevent keyboardshortcuts from catching events outside the main doc - e.g. th...Thomas Mueller2012-12-291-0/+3
| * | | | | | Merge branch 'master' into ocs_apiTom Needham2012-12-16124-2770/+3675
| |\ \ \ \ \ \