Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check if the application is actually enabled | Bart Visscher | 2011-09-30 | 57 | -4/+80 |
| | |||||
* | added jquery ui icons. otherwise its for casual users impossible to close ↵ | Marvin Thomas Rabe | 2011-09-30 | 15 | -0/+186 |
| | | | | the new event dialog in the calendar | ||||
* | show typed in username when log in has failed | Marvin Thomas Rabe | 2011-09-30 | 1 | -2/+2 |
| | |||||
* | added text to localisation | Marvin Thomas Rabe | 2011-09-30 | 1 | -5/+5 |
| | |||||
* | quota good cleand up | Marvin Thomas Rabe | 2011-09-30 | 1 | -4/+4 |
| | |||||
* | user list has descriptions now | Marvin Thomas Rabe | 2011-09-30 | 3 | -13/+25 |
| | |||||
* | action image for quota is now invisble when user does not hover over | Marvin Thomas Rabe | 2011-09-30 | 1 | -2/+2 |
| | |||||
* | Error when only oc_remember_login cookie set fixed. | Marvin Thomas Rabe | 2011-09-30 | 9 | -46/+46 |
| | | | | | | | | | | | 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. | ||||
* | Revert "enhance detection of un-initialized database", conflicted with setup ↵ | Thomas Schmidt | 2011-09-30 | 2 | -14/+0 |
| | | | | | | step, needs rework This reverts commit 7fb89c5386fe7f1a1e238853a24d1da556ab9719. | ||||
* | enhance detection of un-initialized database | Thomas Schmidt | 2011-09-30 | 2 | -0/+14 |
| | |||||
* | escape file and directory names when downloading files | Robin Appelman | 2011-09-30 | 2 | -2/+2 |
| | |||||
* | fix playing songs from search results | Robin Appelman | 2011-09-29 | 2 | -4/+4 |
| | |||||
* | Change colspan in choose calendar dialog to 6 | Bart Visscher | 2011-09-29 | 2 | -3/+3 |
| | |||||
* | Reapply fix by Florian Pritz: change DATETIME to DATE-TIME in vcards | Florian Pritz | 2011-09-29 | 2 | -6/+6 |
| | | | | | | | | | | | | The rfc [1] only mentions "DATE-TIME" and after this change events created in the web ui can be imported by lightning. Before it threw a syntax error. [1]: https://tools.ietf.org/html/rfc5545 Signed-off-by: Florian Pritz <bluewind@xinu.at> From commit 71706282f708da237fe259da5b64c0bcd0c0015f | ||||
* | added app for admins to create a zipfile containing the owncloud data | Thomas Schmidt | 2011-09-29 | 4 | -0/+150 |
| | |||||
* | add margin | Thomas Schmidt | 2011-09-29 | 1 | -1/+2 |
| | |||||
* | use central method for checking webserver user | Thomas Schmidt | 2011-09-29 | 1 | -1/+1 |
| | |||||
* | enhance warning | Thomas Schmidt | 2011-09-29 | 1 | -1/+1 |
| | |||||
* | fix check for success | Thomas Schmidt | 2011-09-29 | 1 | -1/+1 |
| | |||||
* | update sabredav to 1.5.3 | Robin Appelman | 2011-09-29 | 29 | -89/+414 |
| | |||||
* | only play the music once | Robin Appelman | 2011-09-29 | 1 | -3/+4 |
| | |||||
* | improvements in media collection viewer | Robin Appelman | 2011-09-29 | 1 | -58/+89 |
| | |||||
* | sort music collection | Robin Appelman | 2011-09-28 | 1 | -0/+4 |
| | |||||
* | Revert "commented out colorfield in edit calendar dialog, because colors ↵ | Bart Visscher | 2011-09-28 | 1 | -2/+2 |
| | | | | | | | | aren't implemented yet (it would just confuse the user)" Implemented the calendar color as background of the events. This reverts commit 59d4ddd9051c5aaf80140484767ff274d3ce6630. | ||||
* | Add support for DURATION in VEVENT | Bart Visscher | 2011-09-28 | 4 | -65/+88 |
| | |||||
* | Use .empty function instead of .html("") | Bart Visscher | 2011-09-28 | 2 | -8/+8 |
| | |||||
* | Use OC.filePath to locate ajax entry points | Bart Visscher | 2011-09-28 | 2 | -10/+10 |
| | |||||
* | Color event background with calendar color | Bart Visscher | 2011-09-28 | 3 | -9/+20 |
| | |||||
* | Add missing datetime type | Bart Visscher | 2011-09-28 | 1 | -0/+1 |
| | |||||
* | Change json content-type to correct IANA type | Bart Visscher | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | dissable app instalation from apps.owncloud.org interface | Robin Appelman | 2011-09-28 | 1 | -15/+16 |
| | |||||
* | fix small styling problem with playback controlls | Robin Appelman | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | styling fixes for playback controlls | Robin Appelman | 2011-09-28 | 2 | -0/+5 |
| | |||||
* | fix persistent playlist for media player | Robin Appelman | 2011-09-28 | 7 | -26/+65 |
| | |||||
* | do not use 'URL' but 'address' | Jan-Christoph Borchardt | 2011-09-28 | 3 | -3/+3 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Georg Ehrke | 2011-09-28 | 9 | -3/+36 |
|\ | |||||
| * | changed short description and styled unobtrusively | Jan-Christoph Borchardt | 2011-09-28 | 2 | -3/+3 |
| | | |||||
| * | show the syncing and ampache urls on the settings page. not very pretty but ↵ | Frank Karlitschek | 2011-09-28 | 7 | -0/+33 |
| | | | | | | | | otherwise the user has no way to configure the desktop integration | ||||
* | | commented out colorfield in edit calendar dialog, because colors aren't ↵ | Georg Ehrke | 2011-09-28 | 1 | -2/+2 |
|/ | | | | implemented yet (it would just confuse the user) | ||||
* | xml so soooo oldschool. using json now like the cool kids do. | Frank Karlitschek | 2011-09-28 | 1 | -11/+2 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2011-09-28 | 20 | -34/+104 |
|\ | |||||
| * | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2011-09-28 | 8 | -16/+41 |
| |\ | |||||
| | * | media app: show current song, add margin, enable tooltip | Thomas Schmidt | 2011-09-28 | 5 | -3/+14 |
| | | | |||||
| | * | ignore netbeans folder | Thomas Schmidt | 2011-09-28 | 1 | -0/+3 |
| | | | |||||
| | * | enhance errormessages on setup | Thomas Schmidt | 2011-09-28 | 1 | -12/+23 |
| | | | |||||
| | * | fix url | Thomas Schmidt | 2011-09-28 | 1 | -1/+1 |
| | | | |||||
| * | | add check for ctype | Frank Karlitschek | 2011-09-28 | 1 | -0/+3 |
| |/ | |||||
| * | Merge branch 'master' of gitorious.org:owncloud/owncloud | Georg Ehrke | 2011-09-28 | 9 | -8/+17 |
| |\ | |||||
| | * | Add flag in info.xml to control the apps that are installed by default | Bart Visscher | 2011-09-27 | 9 | -8/+17 |
| | | | |||||
| * | | little bug fixes in calendar app | Georg Ehrke | 2011-09-28 | 1 | -1/+15 |
| |/ |