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/core
AgeCommit message (Collapse)Author
2014-01-18Merge pull request #6721 from tsumi/patch-1Morris Jobke
Added SVG fallback to apps settings popup
2014-01-15Indicate password strength using strengthifyMorris Jobke
* uses zxcvbn * outsourced to separate jquery plugin * async loading * hide strength meter if input is empty * feedback if user enters weakest password * fade in and out * show tipsy with strength * Opera 12, IE8-10, FF 23, Chromium 29
2014-01-15Useless else removedtsumi
As suggested by @PVince81 : https://github.com/owncloud/core/pull/6721#issuecomment-32289922
2014-01-13remove ru_RU - it has bee removed from transifexThomas Müller
2014-01-13Merge pull request #6694 from owncloud/fix-email-template-l10nThomas Müller
fix email template l10n, emphasize filename
2014-01-11Added SVG fallback to apps settings popuptsumi
This fix issue of calendar app with IE8, see issue report for details: https://github.com/owncloud/calendar/issues/291
2014-01-10Fixed various file name escaping issues in core appsVincent Petry
- Refactored file tr lookup into FileList.findFileEl that uses filterAttr to avoid escaping issues in jQuery selectors - Fixed versions and sharing app to properly escape file names in attributes
2014-01-09fix email template l10n, emphasize filenameJan-Christoph Borchardt
2014-01-08Merge pull request #6681 from owncloud/userreportblizzz
add command line option to get user number statistics
2014-01-08[tx-robot] updated from transifexJenkins for ownCloud
2014-01-08Merge pull request #6594 from owncloud/kill-index.php-from-urlJörn Friedrich Dreyer
Kill index.php from url
2014-01-08Add command line tool to show numbers of users and user directoriesArthur Schiwon
2014-01-07[tx-robot] updated from transifexJenkins for ownCloud
2014-01-06[tx-robot] updated from transifexJenkins for ownCloud
2014-01-05Merge pull request #6031 from s0taka/masterMorris Jobke
No decimal points for Kilobyte and Byte #5371.
2014-01-05[tx-robot] updated from transifexJenkins for ownCloud
2014-01-02[tx-robot] updated from transifexJenkins for ownCloud
2013-12-31avoid conflict with physical file config.jsThomas Müller
2013-12-31[tx-robot] updated from transifexJenkins for ownCloud
2013-12-30[tx-robot] updated from transifexJenkins for ownCloud
2013-12-26[tx-robot] updated from transifexJenkins for ownCloud
2013-12-25[tx-robot] updated from transifexJenkins for ownCloud
2013-12-25Merge pull request #6561 from syncloud/masterThomas Müller
Made admin password field required on client side
2013-12-24[tx-robot] updated from transifexJenkins for ownCloud
2013-12-23Made password field required on client sideVladimir Sapronov
Fix for case described in https://github.com/syncloud/owncloud-setup/issues/19
2013-12-21[tx-robot] updated from transifexJenkins for ownCloud
2013-12-20Merge pull request #6262 from nickvergessen/issue/4375Frank Karlitschek
correctly mark app management active
2013-12-19[tx-robot] updated from transifexJenkins for ownCloud
2013-12-18spaces to tabsSimon Könnecke
2013-12-18Merge pull request #6431 from owncloud/core-pluraltranslationsfixThomas Müller
Added plural translation fallback
2013-12-18[tx-robot] updated from transifexJenkins for ownCloud
2013-12-17[tx-robot] updated from transifexJenkins for ownCloud
2013-12-17Merge pull request #6386 from ↵Frank Karlitschek
owncloud/trash_always_show_deleted_files_breadcrumb always show 'Deleted Files' breadcrumb
2013-12-16always show home breadcrumb in files viewBjoern Schiessle
2013-12-16Fixed JS plural function to be per appVincent Petry
Some apps might not define the same "nplural" value. To avoid conflicts, the plural function is now generated per app. Fixes #6427
2013-12-13[tx-robot] updated from transifexJenkins for ownCloud
2013-12-13Merge pull request #6390 from owncloud/migration-fixwebrootVincent Petry
Fix webroot for update page
2013-12-13Fix webroot for update pageVincent Petry
On the update page, config.js was missing which caused oc_webroot to not be available. That would trigger the faulty oc_webroot fallback that didn't take URLs like "/owncloud/index.php/files/apps" into account. This fix adds config.js in the update page and also a fix for the oc_webroot fallback, in case it is used elsewhere.
2013-12-11[tx-robot] updated from transifexJenkins for ownCloud
2013-12-10Merge pull request #5968 from owncloud/legacy-popup-fixesVincent Petry
fix the legacy popup to make calendar settings look nicer
2013-12-09correctly mark app management activeJoas Schilling
2013-12-09[tx-robot] updated from transifexJenkins for ownCloud
2013-12-09fix shadow size and arrow positionJan-Christoph Borchardt
2013-12-09Merge pull request #6231 from owncloud/fix-plural-l10nblizzz
fix plural translation - fixes #6226
2013-12-08[tx-robot] updated from transifexJenkins for ownCloud
2013-12-07Merge pull request #6202 from owncloud/fix_6032_altMorris Jobke
Add overlay noscript message to fix #6032
2013-12-07fix IE8 transparent backgroundMorris Jobke
2013-12-07fix plural translation - fixes #6226Morris Jobke
2013-12-06Remove reference to ownCloud.ringmaster
2013-12-06Slide duration set to 200ms for multiselect (same duration as user menu)unknown