Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'tanghus_contacts' | Thomas Tanghus | 2012-01-10 | 8 | -45/+95 |
|\ | |||||
| * | More fixes on saving TYPE parameters. | Thomas Tanghus | 2012-01-10 | 4 | -36/+62 |
| | | | | | | | | Use jQuery Dialog for error messages instead of alert() | ||||
| * | Return standard thumbnail even if contact couldn't be found as it could be ↵ | Thomas Tanghus | 2012-01-09 | 1 | -3/+2 |
| | | | | | | | | because it was just added, | ||||
| * | OC_DB::insertid was being called too late to get the correct result. | Thomas Tanghus | 2012-01-09 | 1 | -1/+2 |
| | | |||||
| * | Insert new contacts alphabetically correct in the list. | Thomas Tanghus | 2012-01-09 | 3 | -5/+29 |
| | | | | | | | | Added some tipsys to the editor. | ||||
* | | fix uploading to subfolders | Robin Appelman | 2012-01-10 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'master' of gitorious.org:owncloud/owncloud | Tom Needham | 2012-01-10 | 1 | -1/+1 |
|\ \ | |||||
| * | | Quick fix for file actions inside Shared folder (or other readonly folder) | Michael Gapczynski | 2012-01-09 | 1 | -1/+1 |
| | | | |||||
* | | | default table prefix to oc_ if not set | Tom Needham | 2012-01-10 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'tanghus_contacts' | Thomas Tanghus | 2012-01-09 | 8 | -113/+88 |
|\| | |||||
| * | Fixed Phone types not being saved correctly when adding them. | Thomas Tanghus | 2012-01-09 | 3 | -5/+22 |
| | | |||||
| * | Some cleanup, better error messages and such. | Thomas Tanghus | 2012-01-09 | 2 | -3/+30 |
| | | |||||
| * | Fixed showing first contact if non is selected. | Thomas Tanghus | 2012-01-09 | 1 | -4/+10 |
| | | |||||
| * | Modified thumbnail.php to use OC_Image. Cut out 50 loc ;-) | Thomas Tanghus | 2012-01-09 | 1 | -73/+31 |
| | | |||||
| * | Changed SQL queries for looking up contacts to only query once and sort at ↵ | Thomas Tanghus | 2012-01-09 | 3 | -33/+0 |
| | | | | | | | | the same time. | ||||
* | | Just a comment ;-) | Thomas Tanghus | 2012-01-09 | 1 | -0/+1 |
|/ | |||||
* | Missing line return | Tom Needham | 2012-01-08 | 1 | -1/+1 |
| | |||||
* | save updated version number of apps after updating | Robin Appelman | 2012-01-08 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Tom Needham | 2012-01-08 | 1 | -2/+5 |
|\ | |||||
| * | improve pgsql database detection | Robin Appelman | 2012-01-08 | 1 | -2/+5 |
| | | |||||
* | | Merge branch 'master' of gitorious.org:owncloud/owncloud into jqueryui | Tom Needham | 2012-01-08 | 73 | -595/+2251 |
|\| | |||||
| * | remove mp3info from dependency check | Robin Appelman | 2012-01-08 | 1 | -6/+0 |
| | | |||||
| * | mp3info is giving to much trouble, get rid of it | Robin Appelman | 2012-01-08 | 1 | -64/+46 |
| | | |||||
| * | When a music file is playing, the page title gets modified. | Kshitij Parajuli | 2012-01-08 | 1 | -1/+3 |
| | | |||||
| * | remove old code in comments | Georg Ehrke | 2012-01-08 | 1 | -6/+0 |
| | | |||||
| * | Merge branch 'master' into calendar | Georg Ehrke | 2012-01-08 | 30 | -152/+662 |
| |\ | |||||
| | * | dont overwrite the database with the gallery database | Robin Appelman | 2012-01-08 | 1 | -1/+1 |
| | | | |||||
| | * | dont create a new user when it already exists | Robin Appelman | 2012-01-08 | 1 | -9/+16 |
| | | | |||||
| | * | improve detection for mysql databases | Robin Appelman | 2012-01-08 | 1 | -3/+6 |
| | | | |||||
| | * | Improve music playlist rendering. | Cloud Dumper | 2012-01-08 | 2 | -4/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change: * bolds currently playing song in playlist; * forces song names in playlist to one line, ellipsize after (...); * adds jQuery tipsies to get the whole song name, along with the artist name, and the album the song is coming from. No need to split this changeset into three different ones for the sake of atomicity. Two first elements were on the priorities / bug list available there: http://gitorious.org/owncloud/pages/Home | ||||
| | * | load reverse driver when updating database | Robin Appelman | 2012-01-08 | 1 | -0/+1 |
| | | | |||||
| | * | don't try to upgrade what isn't installed | Robin Appelman | 2012-01-08 | 1 | -7/+9 |
| | | | |||||
| | * | db overwriting, gallery creating fix | Bartek Przybylski | 2012-01-08 | 2 | -3/+8 |
| | | | |||||
| | * | Merge branch 'master' of gitorious.org:owncloud/owncloud | Bartek Przybylski | 2012-01-08 | 6 | -54/+137 |
| | |\ | |||||
| | | * | allow changing database backends between PDO and MDB2 | Robin Appelman | 2012-01-08 | 1 | -4/+19 |
| | | | | |||||
| | | * | Fix updateApp() and add extra check to updateApps() | Michael Gapczynski | 2012-01-08 | 1 | -7/+9 |
| | | | | |||||
| | | * | update apps when their version number increases | Robin Appelman | 2012-01-08 | 2 | -0/+31 |
| | | | | |||||
| | | * | fix errors during database migration | Robin Appelman | 2012-01-08 | 1 | -7/+8 |
| | | | | |||||
| | | * | set the installed version after updating the database | Robin Appelman | 2012-01-08 | 1 | -0/+1 |
| | | | | |||||
| | | * | fixes in the sqlite manager driver | Robin Appelman | 2012-01-08 | 1 | -23/+49 |
| | | | | |||||
| | | * | 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 |
| | | | | |||||
| | * | | rename fix, licence header added | Bartek Przybylski | 2012-01-08 | 15 | -4/+308 |
| | |/ | |||||
| | * | 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 |
| | | | |