summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-01-1162-593/+792
|
* Merge pull request #1127 from owncloud/fixing-641-for-webdav-masterThomas Müller2013-01-103-0/+79
|\ | | | | webdav returns "503 Service Unavailable" in case the ownCloud server is ...
| * webdav returns "503 Service Unavailable" in case the ownCloud server is ↵Thomas Mueller2013-01-093-0/+79
| | | | | | | | currently in maintenance mode.
* | [tx-robot] updated from transifexJenkins for ownCloud2013-01-10144-523/+1543
| |
* | Merge pull request #1131 from owncloud/more_translationsLukas Reschke2013-01-092-5/+6
|\ \ | | | | | | translate move and rename error messages
| * | more translationsJörn Friedrich Dreyer2013-01-092-5/+6
| | |
* | | Merge pull request #1124 from schiesbn/sabredav2Lukas Reschke2013-01-092-174/+1
|\ \ \ | |/ / |/| | OC_Connector_Sabre_Client no longer needed
| * | Upstream merged my patch to add additional ssl root certificates to the ↵Björn Schießle2013-01-082-174/+1
| |/ | | | | | | | | | | webdav client. This means that OC_Connector_Sabre_Client is no longer needed
* | [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
|\ \ | |/ |/| Fix minor files annoyances
| * fixing string concatenation in javascriptThomas Mueller2013-01-081-1/+1
| | | | | | | | refs https://github.com/owncloud/core/commit/ae54364d7c8baf5138d166855db6431190963886
| * 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 ↵Jörn Friedrich Dreyer2013-01-073-4/+8
| | | | | | | | to new z-index
| * 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
| |\ | | | | | | | | | | | | Conflicts: apps/files/js/files.js
| * | 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 ↵Jörn Friedrich Dreyer2013-01-021-12/+25
| | | | | | | | | | | | notifications when name is empty
| * | 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
| | | | | | | | | Fixing wrong documentation. Fixes https://github.com/owncloud/core/issues/1110 
* | | Merge pull request #1061 from ↵Jörn Friedrich Dreyer2013-01-071-1/+1
|\ \ \ | | | | | | | | | | | | | | | | owncloud/remove_css_not_selector_to_fix_ie8_input_fields remove css not selector - incompatible with ie8
| * | | 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
|\ \ \ | |_|/ |/| | fix pattern for database names - #629
| * | 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
|\ \ \ | | | | | | | | Files: prevent people from renaming files to '.'
| * | | rename containsInvalidCharacters() to isFileNameValid() - NOTE: semantic has ↵Thomas Mueller2013-01-062-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | changed! adding file name checks and notifications to isFileNameValid() for . and empty file name
| * | | 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
|\ \ \ \ | | | | | | | | | | Updater progress feedback
| * \ \ \ 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
|\ \ \ \ \ | |_|/ / / |/| | | | workaround for 32-bit systems to handle filesizes bigger than 2GB
| * | | | 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 ↵Thomas Mueller2013-01-041-12/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | return negative values. Special case of BSD has been added as stat syntax differs In addition unknown OS is logged
| * | | | OC_Helper::is_function_enabled() added to find out if a function is availableThomas Mueller2013-01-041-18/+43
| | | | | | | | | | | | | | | | | | | | And some documentation adjusted on the way
| * | | | 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
|\ \ \ \ \ | | | | | | | | | | | | External API for ownCloud based on OCS
| * | | | | 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
| | | | | |