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
2013-07-09Fix lazy styles loading in IE8Victor Dubiniuk
2013-07-06Backport of #3948 to stable5Thomas Müller
2013-07-05no anonymous upload on read-only foldersThomas Müller
2013-07-04Merge pull request #3931 from owncloud/backport_selectRangeJörn Friedrich Dreyer
Fixing renaming for stable5
2013-07-04Add selectRange functionVictor Dubiniuk
2013-07-03move to non-static OC_DefaultsBjörn Schießle
2013-07-03Add init funtion to OC_Defaults to be able to wrap translatable stringsBjörn Schießle
2013-07-01Public upload featureRoman Geber
Conflicts: apps/files/js/filelist.js
2013-07-01Merge pull request #3863 from owncloud/improved_footerBjörn Schießle
Improved footer
2013-06-29Escape dropdownLukas Reschke
Fixes #3241
2013-06-28add logo claim to defaults.phpBjörn Schießle
2013-06-26move javascript variables 'oc_current_user' and 'oc_requesttoken' to js.js - ↵Thomas Mueller
fixes #3853
2013-06-26construct the foother in defaults.php so that we use always the same footerBjörn Schießle
2013-06-22In German we want uppercase 'Du' and 'Deine*'Thomas Mueller
2013-06-19fixed enghlish sentence, thanks to @MTGapBjörn Schießle
2013-06-19hide the logo claim in case the theme is not loadedJan-Christoph Borchardt
2013-06-18fix lost password page, don't show checkbox is encryption is not enabledBjörn Schießle
2013-06-14Squashed commit of the following:Thomas Mueller
commit 85043af59846edd54b6f402829a698142fdb412f Author: Michael Gapczynski <mtgap@owncloud.com> Date: Sat May 25 11:25:43 2013 -0400 Clear opcode caches after writing to the config file, fixes #3372 commit e96ca0a217112a612e5018fb06115879be634f0b Author: Michael Gapczynski <mtgap@owncloud.com> Date: Fri May 17 11:15:53 2013 -0400 Add undefined verision variables commit d7faeea0b8a79bcd84255120e396280fe62c8aa1 Author: Michael Gapczynski <mtgap@owncloud.com> Date: Tue May 14 09:34:01 2013 -0400 Turn off theme before update commit f620df4e88201a8d35ecb6173f258d5e5f67c7f9 Author: Bart Visscher <bartv@thisnet.nl> Date: Tue Apr 16 08:07:44 2013 +0200 Also check for needed upgrade in the Sabre Maintenance connector commit 223cfce8c89663beb95cf7438f47cea4bac6e0de Author: Bart Visscher <bartv@thisnet.nl> Date: Tue Apr 9 21:05:11 2013 +0200 Connect watcher failure function to the failure signal commit 49b9a1e8af062c03ebc863e1139ca310944b784a Author: Bart Visscher <bartv@thisnet.nl> Date: Tue Apr 9 20:51:43 2013 +0200 Move start of the maintenance mode to the ajax call Make sure the update page is shown in a browser. And not an ajax request
2013-06-13improved footerBjörn Schießle
2013-06-13add logo-claimBjörn Schießle
2013-06-13keep all strings in one place to make it easier to change themBjörn Schießle
2013-06-13make footer aware of ownCloud editionsBjörn Schießle
2013-06-13mage page title aware of ownCloud editionBjörn Schießle
Conflicts: core/templates/layout.user.php
2013-06-13print a warning if a user wants to reset his password and encryption is enabledBjörn Schießle
Conflicts: core/lostpassword/templates/lostpassword.php
2013-05-20cleanup after people who don't test in ieJörn Friedrich Dreyer
2013-05-15Escape file names and types in filepicker.Thomas Tanghus
2013-05-13Add requesttoken to guest viewLukas Reschke
Should fix #3321
2013-05-12Merge pull request #3290 from owncloud/config-dataLukas Reschke
Move config data to template
2013-04-26modify password clone to password type right on submit to prevent the ↵Morris Jobke
browser remind the content
2013-04-26turn off autocompletion for password fieldMorris Jobke
refs #2632
2013-04-22remove unnecessary border from navigation, looked strange with scrollbar and ↵Jan-Christoph Borchardt
pushed the text over 1px
2013-04-22make textarea inherit ownCloud font instead of using monospaceJan-Christoph Borchardt
2013-04-18apply navigation hover effect directly to img and span, cleaner codeJan-Christoph Borchardt
2013-04-17additional commentsJan-Christoph Borchardt
2013-04-17fix navigation hover effect, documentationJan-Christoph Borchardt
2013-04-15also show black background on links that are active, fixes the news app that ↵Bernhard Posselt
doesnt show the bg for folders correctly
2013-04-15add .disabled class so it can be used for simple a buttons as wellJan-Christoph Borchardt
2013-04-12add styles for disabled input fieldsJan-Christoph Borchardt
2013-04-12use proper sans-serif font-stackJan-Christoph Borchardt
2013-04-12dont overwrite background image when hovering over buttonBernhard Posselt
2013-04-11The Opacity for the navigation loads fine for icon and App name.raghunayyar
2013-04-11Long Application Names are ellipsis correctly.raghunayyar
2013-04-10Suppress the notice from the nullbyte checkBart Visscher
2013-04-09Fix #2730kondou
Swap OC.dialogs.alert()'s parameters, so Error is shown as its title.
2013-04-05Proper CSS commentroot
CSS comments don't work like that.
2013-04-03manually backport #2275 app styles to stableJan-Christoph Borchardt
2013-04-02Backport PR #2622root
2013-04-02fix upgrade error for instances not upgraded from 4.5Arthur Schiwon
2013-03-31Show a warning in the installer if the used PHP version is vulnerable to the ↵Lukas Reschke
NULL Byte attack
2013-03-31Check if the installed PHP version has a fix for the nullbyte vulnerabilityLukas Reschke