Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | automatically upgrade the main database on version number increase (doesnt ↵ | Robin Appelman | 2012-01-08 | 2 | -7/+12 |
| | | | | work with sqlite for now) | ||||
* | small fix in sqlite3 driver | Robin Appelman | 2012-01-08 | 1 | -3/+0 |
| | |||||
* | minor changes to mysql setup | Robin Appelman | 2012-01-08 | 1 | -4/+4 |
| | |||||
* | some fixes in the sqlite3 driver | Robin Appelman | 2012-01-08 | 2 | -7/+12 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Bartek Przybylski | 2012-01-08 | 2 | -5/+18 |
|\ | |||||
| * | Also use track_number to retrieve song track. | Cloud Dumper | 2012-01-08 | 1 | -1/+14 |
| | | | | | | | | This adds support for id3v2 tags such as TRACK/TOTAL. | ||||
| * | Sort results from music collection getters. | Cloud Dumper | 2012-01-08 | 1 | -4/+4 |
| | | | | | | | | Albums and artists are now ordered by name, song by track number and name. | ||||
* | | rename and delete hooks | Bartek Przybylski | 2012-01-08 | 2 | -6/+74 |
| | | |||||
* | | gallery version bump to force db update | Bartek Przybylski | 2012-01-08 | 1 | -2/+2 |
| | | |||||
* | | automatic adding of photo to album, feedback for user while scanning, ↵ | Bartek Przybylski | 2012-01-08 | 11 | -72/+82 |
|/ | | | | general cleanup | ||||
* | enable gallery and admin_export by default at least for the alpha and beta. | Frank Karlitschek | 2012-01-07 | 2 | -1/+3 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2012-01-06 | 1 | -1/+1 |
|\ | |||||
| * | Use parameter | Tom Needham | 2012-01-06 | 1 | -1/+1 |
| | | |||||
* | | finish the application store feature so that users can download and install ↵ | Frank Karlitschek | 2012-01-06 | 3 | -17/+53 |
|/ | | | | ownCloud apps from our website. there is still a small problem with write permissions. will look into this later | ||||
* | add a formfactor session variable which is autodetected but can also ↵ | Frank Karlitschek | 2012-01-06 | 1 | -0/+37 |
| | | | | | | | | | | | manually overwritten via a get variable. currently we have: * default -> the normal desktop browser interface * mobile -> interface for smartphones * tablet -> interface for tablets * standalone -> the default interface but without header, footer and sidebar. just the application. useful to use just a specific app on the desktop in a standalone window. In the future we should adapt the userinterface to the specific formfactor. | ||||
* | improve search function | Georg Ehrke | 2012-01-06 | 3 | -3/+37 |
| | |||||
* | Merge branch 'master' into calendar | Georg Ehrke | 2012-01-05 | 5 | -14/+95 |
|\ | |||||
| * | Added fixOrientation method which rotates the image based on EXIF data. | Thomas Tanghus | 2012-01-05 | 1 | -2/+82 |
| | | |||||
| * | Wrong permission checking on file save. | Thomas Tanghus | 2012-01-04 | 1 | -3/+3 |
| | | |||||
| * | Content type header was sent when saving image to disk. | Thomas Tanghus | 2012-01-04 | 1 | -2/+2 |
| | | |||||
| * | Remove the keys in preferences when a user is deleted - Thanks rogerc | Michael Gapczynski | 2012-01-04 | 1 | -1/+2 |
| | | |||||
| * | remove error output if symlink already exists. this can happen if a user ↵ | Frank Karlitschek | 2012-01-03 | 1 | -1/+1 |
| | | | | | | | | removed config.php to trigger the setup wizzard | ||||
| * | Fix sqlite detection for Ubuntu 11.10 | prcrst | 2012-01-03 | 1 | -1/+1 |
| | | |||||
| * | don't check if the target path is writable for operations that can create a ↵ | Robin Appelman | 2012-01-03 | 1 | -4/+4 |
| | | | | | | | | | | | | new file fixes file upload | ||||
* | | fix login check in ajax files | Georg Ehrke | 2012-01-05 | 3 | -3/+9 |
| | | |||||
* | | fix js for repeating events | Georg Ehrke | 2012-01-05 | 1 | -1/+4 |
| | | |||||
* | | fix bug in 3rdparty lib | Georg Ehrke | 2012-01-05 | 1 | -2/+2 |
| | | |||||
* | | fix autodetection for the week of the month | Georg Ehrke | 2012-01-05 | 1 | -1/+2 |
| | | |||||
* | | fix editeventdialog for monthly repeating events with a specific weekday and ↵ | Georg Ehrke | 2012-01-05 | 1 | -7/+7 |
| | | | | | | | | weeknumber combination | ||||
* | | fix repeat rule for every weekday | Georg Ehrke | 2012-01-05 | 1 | -1/+1 |
| | | |||||
* | | fix end for repeating events | Georg Ehrke | 2012-01-05 | 1 | -5/+5 |
| | | |||||
* | | Merge branch 'master' into calendar | Georg Ehrke | 2012-01-03 | 16 | -41/+629 |
|\| | |||||
| * | don't try to use mod_rewrite when it isn't enabled | Robin Appelman | 2012-01-03 | 2 | -1/+3 |
| | | | | | | | | having a broken web/card/caldav is much better as having no ownCloud at all :) | ||||
| * | OC_Image::__invoke didn't return anything thus causing ↵ | Thomas Tanghus | 2012-01-02 | 1 | -1/+1 |
| | | | | | | | | contacts/thumbnail.php to spit out lots of error messages. | ||||
| * | Merge git://gitorious.org/owncloud/owncloud into oc_image | Thomas Tanghus | 2012-01-02 | 4 | -22/+25 |
| |\ | |||||
| | * | fix is_readable and is_writable | Robin Appelman | 2012-01-02 | 1 | -19/+20 |
| | | | |||||
| | * | Fix whitespace username in the installation form | Georg Ehrke | 2012-01-02 | 1 | -1/+3 |
| | | | |||||
| | * | Fix whitespace username | Georg Ehrke | 2012-01-02 | 2 | -2/+2 |
| | | | |||||
| * | | Added more error checking and debug on missing image support. | Thomas Tanghus | 2012-01-02 | 1 | -6/+29 |
| | | | |||||
| * | | Added save() to OC_Image. | Thomas Tanghus | 2012-01-02 | 1 | -9/+44 |
| | | | |||||
| * | | Merge git://gitorious.org/owncloud/owncloud into oc_image | Thomas Tanghus | 2012-01-02 | 2 | -4/+4 |
| |\| | |||||
| * | | Merge git://gitorious.org/owncloud/owncloud into oc_image | Thomas Tanghus | 2012-01-02 | 13 | -41/+4624 |
| |\ \ | |||||
| * | | | Removed static declaration from loadFrom* methods. | Thomas Tanghus | 2012-01-02 | 1 | -7/+6 |
| | | | | |||||
| * | | | Mixed up two lines :-P | Thomas Tanghus | 2012-01-01 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge git://gitorious.org/owncloud/owncloud into oc_image | Thomas Tanghus | 2012-01-01 | 0 | -0/+0 |
| |\ \ \ | |||||
| * | | | | Added image type specific loading and displaying. | Thomas Tanghus | 2012-01-01 | 1 | -11/+128 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Added method 'valid()' to tell if image contains a valid resource. Renamed imageResource() to resource(). | ||||
| * | | | | Merge git://gitorious.org/owncloud/owncloud into oc_image | Thomas Tanghus | 2012-01-01 | 1 | -12/+8 |
| |\ \ \ \ | |||||
| * | | | | | Small fixes | Thomas Tanghus | 2012-01-01 | 1 | -3/+9 |
| | | | | | | |||||
| * | | | | | Removed some denug statements and an exception thrown. | Thomas Tanghus | 2012-01-01 | 1 | -4/+1 |
| | | | | | | |||||
| * | | | | | Added class OC_Image | Thomas Tanghus | 2012-01-01 | 1 | -0/+297 |
| | | | | | |