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
2011-10-01fixed link to password recovery. removed duplicated and unused code out of ↵Marvin Thomas Rabe
index.php.
2011-10-01Merge branch 'lostpassword'Bart Visscher
Conflicts: core/templates/login.php index.php lib/util.php
2011-09-30added jquery ui icons. otherwise its for casual users impossible to close ↵Marvin Thomas Rabe
the new event dialog in the calendar
2011-09-30show typed in username when log in has failedMarvin Thomas Rabe
2011-09-30added text to localisationMarvin Thomas Rabe
2011-09-30user list has descriptions nowMarvin Thomas Rabe
2011-09-30 Error when only oc_remember_login cookie set fixed.Marvin Thomas Rabe
Filled username field when oc_username is set repaired. Problems with "advanced settings" button in installation wizard fixed. CSS improved - login and installation now looks more clean. Request password link removed (email feature not implemented yet). Database radio button bugs removed. It is possible to have an empty database password, now ownCloud will support this "security issue". Ignore Mac OS X ".DSstore" files. Fade in/out of login button and remember checkbox removed due to some display errors.
2011-09-29add marginThomas Schmidt
2011-09-28changed short description and styled unobtrusivelyJan-Christoph Borchardt
2011-09-26Use correct name for function state for addScript/addStyle in jsBart Visscher
2011-09-26Move lostpassword code to own appBart Visscher
2011-09-26Use OC_JSON for json responsesBart Visscher
Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit.
2011-09-25no mickey mouse hand for quota barJan-Christoph Borchardt
2011-09-25removed deprecated images and iconsJan-Christoph Borchardt
2011-09-24relabeled Finish setup button with 'Finishing ...'Jan-Christoph Borchardt
2011-09-24dont submit the setup form to a new tabRobin Appelman
2011-09-24settings/personal: remove padding from quota barFlorian Pritz
The text will stay in it's place, but 0% usage will lead to an empty bar. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-24use jquery 1.6.4Florian Pritz
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-23After clicking Finish button:Bart Visscher
- change value to "Please wait...." - disable all the inputs & buttons - submit new form, because disabled inputs are not submitted to the server
2011-09-23Make event category choice multiselectBart Visscher
2011-09-23updated translationsJan-Christoph Borchardt
2011-09-18Remove global vars and use the OC static version.Bart Visscher
Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
2011-09-17Add class versions for leftcontent and rightcontent in cssBart Visscher
2011-09-15Fix initial visibility of database settings in setupBart Visscher
2011-09-09Adding "#leftcontent li.active" for using :active with jQueryJakob Sack
2011-09-04yet another translation updateJan-Christoph Borchardt
2011-09-04small wording changesJan-Christoph Borchardt
2011-09-04updated translationsJan-Christoph Borchardt
2011-09-04clarified what we doJan-Christoph Borchardt
2011-09-04hid localhost field for SQLiteJan-Christoph Borchardt
2011-09-04removed database table prefix choice, use oc_Jan-Christoph Borchardt
2011-09-03updated translationsJan-Christoph Borchardt
2011-08-30added labels for the other advanced fields, thanks to Elias Probst for the ↵Jan-Christoph Borchardt
suggestion
2011-08-29Cleanup in login templates and link to lost password resetMichael Gapczynski
2011-08-29Initial work on resetting forgotten passwords. It works, but still need to ↵Michael Gapczynski
email a token to allow reset
2011-08-28fixed tipsy gravity for multiselect file actionsJan-Christoph Borchardt
2011-08-28Style changes for multiselect and add tipsy for file sizeMichael Gapczynski
2011-08-28updated translationsJan-Christoph Borchardt
2011-08-28Searchbox hover and focus now changes background colorMichael Gapczynski
2011-08-28Fix searchbox enter actionMichael Gapczynski
2011-08-27fix search box position for Chromium. Firefox, well ...Jan-Christoph Borchardt
2011-08-27fixed search box position, thanks MichaelJan-Christoph Borchardt
2011-08-27Revert "Style searchbox like other textboxes"Jan-Christoph Borchardt
The search box style is a design decision, search boxes are always styled differently from other inputs. This reverts commit 9d48ca75ff5eba2a7ad3af2423388d4ab5e92d8c.
2011-08-27Merge branch 'master' of git://anongit.kde.org/owncloudMichael Gapczynski
2011-08-27Style searchbox like other textboxesMichael Gapczynski
2011-08-27Added overflow:hidden on the navigation menuCôme BERNIGAUD
That way Apps that have a long name (like OpenStreetGame for instance) show their name troncated instead of continuing over the application frame.
2011-08-25Remove Chrome focus border from all inputsMichael Gapczynski
2011-08-23updated translationsJan-Christoph Borchardt
2011-08-22some improvements in automatic svg replacementRobin Appelman
2011-08-22also replace svg images with png when the server doesn't send the correct ↵Robin Appelman
mimetype for svg images (which breaks svg images for most browsers)