summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* After clicking Finish button:Bart Visscher2011-09-231-0/+27
| | | | | | - change value to "Please wait...." - disable all the inputs & buttons - submit new form, because disabled inputs are not submitted to the server
* Make event category choice multiselectBart Visscher2011-09-232-0/+681
|
* updated translationsJan-Christoph Borchardt2011-09-2321-14/+276
|
* Remove global vars and use the OC static version.Bart Visscher2011-09-182-2/+2
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* Add class versions for leftcontent and rightcontent in cssBart Visscher2011-09-171-4/+4
|
* Fix initial visibility of database settings in setupBart Visscher2011-09-141-3/+3
|
* Adding "#leftcontent li.active" for using :active with jQueryJakob Sack2011-09-081-1/+1
|
* yet another translation updateJan-Christoph Borchardt2011-09-048-8/+0
|
* small wording changesJan-Christoph Borchardt2011-09-041-2/+2
|
* updated translationsJan-Christoph Borchardt2011-09-0420-48/+72
|
* clarified what we doJan-Christoph Borchardt2011-09-041-1/+1
|
* hid localhost field for SQLiteJan-Christoph Borchardt2011-09-042-4/+10
|
* removed database table prefix choice, use oc_Jan-Christoph Borchardt2011-09-042-3/+1
|
* updated translationsJan-Christoph Borchardt2011-09-0319-68/+243
|
* added labels for the other advanced fields, thanks to Elias Probst for the ↵Jan-Christoph Borchardt2011-08-302-3/+3
| | | | suggestion
* Cleanup in login templates and link to lost password resetMichael Gapczynski2011-08-293-14/+13
|
* Initial work on resetting forgotten passwords. It works, but still need to ↵Michael Gapczynski2011-08-292-0/+25
| | | | email a token to allow reset
* fixed tipsy gravity for multiselect file actionsJan-Christoph Borchardt2011-08-281-3/+3
|
* Style changes for multiselect and add tipsy for file sizeMichael Gapczynski2011-08-271-0/+1
|
* updated translationsJan-Christoph Borchardt2011-08-287-49/+62
|
* Searchbox hover and focus now changes background colorMichael Gapczynski2011-08-271-4/+3
|
* Fix searchbox enter actionMichael Gapczynski2011-08-271-1/+1
|
* fix search box position for Chromium. Firefox, well ...Jan-Christoph Borchardt2011-08-271-1/+1
|
* fixed search box position, thanks MichaelJan-Christoph Borchardt2011-08-271-1/+1
|
* Revert "Style searchbox like other textboxes"Jan-Christoph Borchardt2011-08-272-3/+4
| | | | | The search box style is a design decision, search boxes are always styled differently from other inputs. This reverts commit 9d48ca75ff5eba2a7ad3af2423388d4ab5e92d8c.
* Merge branch 'master' of git://anongit.kde.org/owncloudMichael Gapczynski2011-08-271-1/+1
|\
| * Added overflow:hidden on the navigation menuCôme BERNIGAUD2011-08-271-1/+1
| | | | | | | | | | That way Apps that have a long name (like OpenStreetGame for instance) show their name troncated instead of continuing over the application frame.
* | Style searchbox like other textboxesMichael Gapczynski2011-08-272-4/+3
|/
* Remove Chrome focus border from all inputsMichael Gapczynski2011-08-241-4/+4
|
* updated translationsJan-Christoph Borchardt2011-08-2311-9/+45
|
* some improvements in automatic svg replacementRobin Appelman2011-08-221-22/+28
|
* also replace svg images with png when the server doesn't send the correct ↵Robin Appelman2011-08-221-20/+45
| | | | | | mimetype for svg images (which breaks svg images for most browsers)
* added controls bar for Apps and HelpJan-Christoph Borchardt2011-08-211-5/+7
|
* small pagenavi fixJan-Christoph Borchardt2011-08-201-2/+2
|
* translation updateJan-Christoph Borchardt2011-08-203-2/+42
|
* more valid HTML, alt attributes, refactored pagenavi etc.Jan-Christoph Borchardt2011-08-203-34/+28
|
* some header fixesJan-Christoph Borchardt2011-08-192-11/+6
|
* Fix notifications bar being visible on pages without files scriptsMichael Gapczynski2011-08-191-1/+1
|
* updated translationsJan-Christoph Borchardt2011-08-193-0/+11
|
* added Settings navigation items to translationsJan-Christoph Borchardt2011-08-183-1/+5
|
* language updates, optimization of Help HTMLJan-Christoph Borchardt2011-08-183-1/+3
|
* make entries in settings navigation translatableRobin Appelman2011-08-181-0/+9
|
* Swedish translation, thanks to HakanSJan-Christoph Borchardt2011-08-181-0/+23
|
* updated translationsJan-Christoph Borchardt2011-08-1811-9/+142
|
* Merge branch 'master' of git://anongit.kde.org/owncloudHans Bakker2011-08-171-3/+3
|\
| * remove ugly chrome automatic focus borderFrank Karlitschek2011-08-171-3/+3
| |
* | Change authentication method to basic http auth instead of using $_GET variablesHans Bakker2011-08-173-58/+51
|/ | | | | Also use OC_User::isLoggedIn to check if new authentication is needed for grouplist.php and userlist.php For validateuser.php, credentials are always needed.
* rounded bar fillings for quota and media playerJan-Christoph Borchardt2011-08-171-2/+2
|
* removed the bottomless bottomJan-Christoph Borchardt2011-08-171-1/+1
|
* make the help section working and pretty. knowledge base entries are fetched ↵Frank Karlitschek2011-08-171-4/+4
| | | | via OCS from a different server. cool stuff