summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bump version numberv2.0beta3Frank Karlitschek2011-10-021-2/+2
|
* adding tmp icon for app, extending memory size for php in .htaccessBartek Przybylski2011-10-022-6/+6
|
* adding missing files, don know why they disappearedBartek Przybylski2011-10-022-0/+68
|
* merge 'gallery_app_devel' to 'master'Bartek Przybylski2011-10-0215-0/+516
|\
| * avoid creating empty albums, removing od depreciated code openingsBartek Przybylski2011-10-023-6/+6
| |
| * changing <? to <?phpBartek Przybylski2011-10-029-9/+9
| |
| * removing add new album button, removing logs, and unused codeBartek Przybylski2011-10-014-4/+2
| |
| * showing galleries bahaviour changeBartek Przybylski2011-10-016-44/+180
| |
* | add OC_Appconfig::hasKeyRobin Appelman2011-10-021-5/+13
| |
* | Merge commit 'refs/merge-requests/39' of git://gitorious.org/owncloud/owncloudRobin Appelman2011-10-024-65/+55
|\ \
| * | bookmarks are now translatableMarvin Thomas Rabe2011-10-012-21/+18
| | |
| * | fixed link to password recovery. removed duplicated and unused code out of ↵Marvin Thomas Rabe2011-10-012-44/+37
| | | | | | | | | | | | index.php.
* | | added function to export single eventsGeorg Ehrke2011-10-012-10/+25
| | |
* | | choosable default duration of eventGeorg Ehrke2011-10-015-27/+55
| | |
* | | fix duration bugGeorg Ehrke2011-10-011-1/+3
| | |
* | | removed bug, that the drag and drop function added 24h to the duration of ↵Georg Ehrke2011-10-011-0/+1
| | | | | | | | | | | | the event, after moving an event from allday to a time
* | | removed bug, that you can't change time in week view, when event was an ↵Georg Ehrke2011-10-011-0/+2
| | | | | | | | | | | | allday event
* | | remove debugging text in drag and drop functionGeorg Ehrke2011-10-011-3/+3
| | |
* | | added drag and drop function for events in calendar appGeorg Ehrke2011-10-012-0/+133
| | |
* | | choosable time formatGeorg Ehrke2011-10-015-30/+52
|/ /
* | choosable first day of week & choosable days of weekendGeorg Ehrke2011-10-019-25/+224
| |
* | Merge branch 'lostpassword'Bart Visscher2011-09-3012-43/+119
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: core/templates/login.php index.php lib/util.php
| * | Small textual update to password recovery templatesBart Visscher2011-09-262-2/+3
| | |
| * | Implement mailing of password reset linkBart Visscher2011-09-262-2/+10
| | |
| * | Add email field to personal preferencesBart Visscher2011-09-264-0/+39
| | |
| * | Move lostpassword code to own appBart Visscher2011-09-266-36/+56
| | |
| * | Move display of login page to function in OC_UtilBart Visscher2011-09-262-11/+10
| | |
* | | Remove test data from calendar creationBart Visscher2011-09-301-3/+3
| | |
* | | Add more checks for admin userBart Visscher2011-09-305-8/+6
| | |
* | | Check if the application is actually enabledBart Visscher2011-09-3057-4/+80
| | |
* | | added jquery ui icons. otherwise its for casual users impossible to close ↵Marvin Thomas Rabe2011-09-3015-0/+186
| | | | | | | | | | | | the new event dialog in the calendar
* | | show typed in username when log in has failedMarvin Thomas Rabe2011-09-301-2/+2
| | |
* | | added text to localisationMarvin Thomas Rabe2011-09-301-5/+5
| | |
* | | quota good cleand upMarvin Thomas Rabe2011-09-301-4/+4
| | |
* | | user list has descriptions nowMarvin Thomas Rabe2011-09-303-13/+25
| | |
* | | action image for quota is now invisble when user does not hover overMarvin Thomas Rabe2011-09-301-2/+2
| | |
* | | Error when only oc_remember_login cookie set fixed.Marvin Thomas Rabe2011-09-309-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 Schmidt2011-09-302-14/+0
| | | | | | | | | | | | | | | | | | step, needs rework This reverts commit 7fb89c5386fe7f1a1e238853a24d1da556ab9719.
* | | enhance detection of un-initialized databaseThomas Schmidt2011-09-302-0/+14
| | |
* | | escape file and directory names when downloading filesRobin Appelman2011-09-302-2/+2
| | |
* | | fix playing songs from search resultsRobin Appelman2011-09-292-4/+4
| | |
* | | Change colspan in choose calendar dialog to 6Bart Visscher2011-09-292-3/+3
| | |
* | | Reapply fix by Florian Pritz: change DATETIME to DATE-TIME in vcardsFlorian Pritz2011-09-292-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 dataThomas Schmidt2011-09-294-0/+150
| | |
* | | add marginThomas Schmidt2011-09-291-1/+2
| | |
* | | use central method for checking webserver userThomas Schmidt2011-09-291-1/+1
| | |
* | | enhance warningThomas Schmidt2011-09-291-1/+1
| | |
* | | fix check for successThomas Schmidt2011-09-291-1/+1
| | |
* | | update sabredav to 1.5.3Robin Appelman2011-09-2929-89/+414
| | |
* | | only play the music onceRobin Appelman2011-09-291-3/+4
| | |