Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2013-01-11Merge pull request #1133 from owncloud/add_linebreaks_in_sharingThomas Müller
add more linebreaks, replace SQL LIMIT with param
2013-01-11[tx-robot] updated from transifexJenkins for ownCloud
2013-01-10Merge pull request #1127 from owncloud/fixing-641-for-webdav-masterThomas Müller
webdav returns "503 Service Unavailable" in case the ownCloud server is ...
2013-01-10[tx-robot] updated from transifexJenkins for ownCloud
2013-01-10Merge pull request #1131 from owncloud/more_translationsLukas Reschke
translate move and rename error messages
2013-01-10Merge pull request #1124 from schiesbn/sabredav2Lukas Reschke
OC_Connector_Sabre_Client no longer needed
2013-01-09add more linebreaks, replace SQL LIMIT with paramJörn Friedrich Dreyer
2013-01-09more translationsJörn Friedrich Dreyer
2013-01-09webdav returns "503 Service Unavailable" in case the ownCloud server is ↵Thomas Mueller
currently in maintenance mode.
2013-01-09[tx-robot] updated from transifexJenkins for ownCloud
2013-01-09Merge pull request #938 from owncloud/fix_minor_files_annoyancesThomas Tanghus
Fix minor files annoyances
2013-01-08Upstream merged my patch to add additional ssl root certificates to the ↵Björn Schießle
webdav client. This means that OC_Connector_Sabre_Client is no longer needed
2013-01-08 fixing string concatenation in javascriptThomas Mueller
refs https://github.com/owncloud/core/commit/ae54364d7c8baf5138d166855db6431190963886
2013-01-08[tx-robot] updated from transifexJenkins for ownCloud
2013-01-07Update apps/user_webdavauth/user_webdavauth.phpFrank Karlitschek
Fixing wrong documentation. Fixes https://github.com/owncloud/core/issues/1110 
2013-01-07attach max upload tipsy to div instead of a to fix tooltip not showing due ↵Jörn Friedrich Dreyer
to new z-index
2013-01-07remove aborted uploadsJörn Friedrich Dreyer
2013-01-07adapt to isFileNameValid, whitespace cleanupJörn Friedrich Dreyer
2013-01-07[tx-robot] updated from transifexJenkins for ownCloud
2013-01-07Merge branch 'master' into fix_minor_files_annoyancesThomas Mueller
Conflicts: apps/files/js/files.js
2013-01-06rename containsInvalidCharacters() to isFileNameValid() - NOTE: semantic has ↵Thomas Mueller
changed! adding file name checks and notifications to isFileNameValid() for . and empty file name
2013-01-05Files: prevent people from renaming files to '.'Robin Appelman
2013-01-05Merge pull request #1053 from owncloud/ocs_apiMichael Gapczynski
External API for ownCloud based on OCS
2013-01-05[tx-robot] updated from transifexJenkins for ownCloud
2013-01-04reverse z-index of a and input to make upload work again in ie8/9Jörn Friedrich Dreyer
2013-01-04remove initial iframe, is added automatically by jquery upload mechanismJörn Friedrich Dreyer
2013-01-04[tx-robot] updated from transifexJenkins for ownCloud
2013-01-03Merge pull request #1063 from owncloud/translate_not_enough_space_availableThomas Müller
add translation call for 'Not enough space available' upload error
2013-01-03fix error when wrong dir was specifiedJörn Friedrich Dreyer
2013-01-03move $l to topJörn Friedrich Dreyer
2013-01-03also translate 'No file was uploaded. Unknown error'Jörn Friedrich Dreyer
2013-01-03[tx-robot] updated from transifexJenkins for ownCloud
2013-01-03Merge pull request #1041 from owncloud/fixing-856-masterThomas Müller
Fixing #856 master
2013-01-03fixing undefined variable $lThomas Mueller
2013-01-03add translation call for 'Not enough space available' upload errorJörn Friedrich Dreyer
2013-01-02input/form switching cleanupJörn Friedrich Dreyer
2013-01-02abort rename on ESC keyupJörn Friedrich Dreyer
2013-01-02show notification when renaming a file to ''Jörn Friedrich Dreyer
2013-01-02enable enter in ie by using .submit()+form instead of .change(), use ↵Jörn Friedrich Dreyer
notifications when name is empty
2013-01-02whitespace cleanupJörn Friedrich Dreyer
2013-01-02[tx-robot] updated from transifexJenkins for ownCloud
2013-01-01[tx-robot] updated from transifexJenkins for ownCloud
2012-12-31Remove the WIP external sharing apiTom Needham
2012-12-31Merge branch 'master' into ocs_apiTom Needham
Conflicts: l10n/templates/core.pot l10n/templates/files.pot l10n/templates/files_encryption.pot l10n/templates/files_external.pot l10n/templates/files_sharing.pot l10n/templates/files_versions.pot l10n/templates/lib.pot l10n/templates/settings.pot l10n/templates/user_ldap.pot l10n/templates/user_webdavauth.pot
2012-12-31[tx-robot] updated from transifexJenkins for ownCloud
2012-12-30Merge pull request #1043 from owncloud/fix_breadcrumb_slashesLukas Reschke
Replace %2F with / in breadcrumbs
2012-12-30[tx-robot] updated from transifexJenkins for ownCloud
2012-12-29check if adminFrank Karlitschek
2012-12-29[tx-robot] updated from transifexJenkins for ownCloud
2012-12-29Change post_write hook to write to prevent creating a duplicate of the ↵Michael Gapczynski
original file on upload