]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
12 years agoTweaked some tipsys.
Thomas Tanghus [Wed, 11 Jan 2012 22:03:55 +0000 (23:03 +0100)]
Tweaked some tipsys.

12 years agousing new image backend, moving ajax calls to one file, using generated thumnails...
Bartek Przybylski [Wed, 11 Jan 2012 21:06:23 +0000 (22:06 +0100)]
using new image backend, moving ajax calls to one file, using generated thumnails to speedup covers loading

12 years agoLocalizin strings and adding error checking.
Thomas Tanghus [Wed, 11 Jan 2012 19:07:15 +0000 (20:07 +0100)]
Localizin strings and adding error checking.

12 years agoMake sure VERSION is set.
Thomas Tanghus [Wed, 11 Jan 2012 05:20:06 +0000 (06:20 +0100)]
Make sure VERSION is set.
Set REV for each edit.
Download single VCard.

12 years agoAdded files for error messages, removed old syle sheet.
Thomas Tanghus [Wed, 11 Jan 2012 03:02:55 +0000 (04:02 +0100)]
Added files for error messages, removed old syle sheet.

12 years agoCSS cleanup, more error checking, better error messages, general cleanup.
Thomas Tanghus [Wed, 11 Jan 2012 02:56:53 +0000 (03:56 +0100)]
CSS cleanup, more error checking, better error messages, general cleanup.

12 years agoAdded missing }
Thomas Tanghus [Tue, 10 Jan 2012 17:07:01 +0000 (18:07 +0100)]
Added missing }

12 years agofix old calendar name and color not being preserved when editing a calendar
Robin Appelman [Wed, 11 Jan 2012 00:53:25 +0000 (01:53 +0100)]
fix old calendar name and color not being preserved when editing a calendar

12 years agoalso use translated string for music navigation entry when showing inline controls
Robin Appelman [Wed, 11 Jan 2012 00:26:27 +0000 (01:26 +0100)]
also use translated string for music navigation entry when showing inline controls

12 years agoupdate translations
Robin Appelman [Wed, 11 Jan 2012 00:06:59 +0000 (01:06 +0100)]
update translations

12 years agoMerge branch 'tanghus_contacts'
Thomas Tanghus [Tue, 10 Jan 2012 16:53:29 +0000 (17:53 +0100)]
Merge branch 'tanghus_contacts'

12 years agofix uploading to subfolders
Robin Appelman [Tue, 10 Jan 2012 15:47:52 +0000 (16:47 +0100)]
fix uploading to subfolders

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Tom Needham [Tue, 10 Jan 2012 14:48:35 +0000 (14:48 +0000)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agodefault table prefix to oc_ if not set
Tom Needham [Tue, 10 Jan 2012 14:41:08 +0000 (14:41 +0000)]
default table prefix to oc_ if not set

12 years agoMore fixes on saving TYPE parameters.
Thomas Tanghus [Tue, 10 Jan 2012 13:59:31 +0000 (14:59 +0100)]
More fixes on saving TYPE parameters.
Use jQuery Dialog for error messages instead of alert()

12 years agoReturn standard thumbnail even if contact couldn't be found as it could be because...
Thomas Tanghus [Mon, 9 Jan 2012 22:16:07 +0000 (23:16 +0100)]
Return standard thumbnail even if contact couldn't be found as it could be because it was just added,

12 years agoOC_DB::insertid was being called too late to get the correct result.
Thomas Tanghus [Mon, 9 Jan 2012 22:14:11 +0000 (23:14 +0100)]
OC_DB::insertid was being called too late to get the correct result.

12 years agoQuick fix for file actions inside Shared folder (or other readonly folder)
Michael Gapczynski [Mon, 9 Jan 2012 21:45:26 +0000 (16:45 -0500)]
Quick fix for file actions inside Shared folder (or other readonly folder)

12 years agoInsert new contacts alphabetically correct in the list.
Thomas Tanghus [Mon, 9 Jan 2012 21:05:28 +0000 (22:05 +0100)]
Insert new contacts alphabetically correct in the list.
Added some tipsys to the editor.

12 years agoMerge branch 'tanghus_contacts'
Thomas Tanghus [Mon, 9 Jan 2012 19:41:16 +0000 (20:41 +0100)]
Merge branch 'tanghus_contacts'

12 years agoJust a comment ;-)
Thomas Tanghus [Sun, 8 Jan 2012 14:35:29 +0000 (15:35 +0100)]
Just a comment ;-)

12 years agoFixed Phone types not being saved correctly when adding them.
Thomas Tanghus [Mon, 9 Jan 2012 00:17:04 +0000 (01:17 +0100)]
Fixed Phone types not being saved correctly when adding them.

12 years agoSome cleanup, better error messages and such.
Thomas Tanghus [Wed, 4 Jan 2012 21:36:34 +0000 (22:36 +0100)]
Some cleanup, better error messages and such.

12 years agoFixed showing first contact if non is selected.
Thomas Tanghus [Mon, 2 Jan 2012 22:14:58 +0000 (23:14 +0100)]
Fixed showing first contact if non is selected.

12 years agoModified thumbnail.php to use OC_Image. Cut out 50 loc ;-)
Thomas Tanghus [Mon, 2 Jan 2012 21:34:52 +0000 (22:34 +0100)]
Modified thumbnail.php to use OC_Image. Cut out 50 loc ;-)

12 years agoChanged SQL queries for looking up contacts to only query once and sort at the same...
Thomas Tanghus [Mon, 2 Jan 2012 19:24:05 +0000 (20:24 +0100)]
Changed SQL queries for looking up contacts to only query once and sort at the same time.

12 years agoMissing line return
Tom Needham [Sun, 8 Jan 2012 21:18:21 +0000 (21:18 +0000)]
Missing line return

12 years agosave updated version number of apps after updating
Robin Appelman [Sun, 8 Jan 2012 18:58:08 +0000 (19:58 +0100)]
save updated version number of apps after updating

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Tom Needham [Sun, 8 Jan 2012 17:02:07 +0000 (17:02 +0000)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoimprove pgsql database detection
Robin Appelman [Sun, 8 Jan 2012 16:49:53 +0000 (17:49 +0100)]
improve pgsql database detection

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud into jqueryui
Tom Needham [Sun, 8 Jan 2012 16:45:28 +0000 (16:45 +0000)]
Merge branch 'master' of gitorious.org:owncloud/owncloud into jqueryui

12 years agoremove mp3info from dependency check
Robin Appelman [Sun, 8 Jan 2012 16:30:33 +0000 (17:30 +0100)]
remove mp3info from dependency check

12 years agomp3info is giving to much trouble, get rid of it
Robin Appelman [Sun, 8 Jan 2012 16:29:35 +0000 (17:29 +0100)]
mp3info is giving to much trouble, get rid of it

12 years agoWhen a music file is playing, the page title gets modified.
Kshitij Parajuli [Sun, 8 Jan 2012 16:00:30 +0000 (11:00 -0500)]
When a music file is playing, the page title gets modified.

12 years agoremove old code in comments
Georg Ehrke [Sun, 8 Jan 2012 15:44:15 +0000 (16:44 +0100)]
remove old code in comments

12 years agoMerge branch 'master' into calendar
Georg Ehrke [Sun, 8 Jan 2012 15:42:32 +0000 (16:42 +0100)]
Merge branch 'master' into calendar

12 years ago3rdparty: fix bug in when
Georg Ehrke [Sun, 8 Jan 2012 15:41:36 +0000 (16:41 +0100)]
3rdparty: fix bug in when

12 years agodont overwrite the database with the gallery database
Robin Appelman [Sun, 8 Jan 2012 13:35:23 +0000 (14:35 +0100)]
dont overwrite the database with the gallery database

12 years agodont create a new user when it already exists
Robin Appelman [Sun, 8 Jan 2012 13:25:38 +0000 (14:25 +0100)]
dont create a new user when it already exists

12 years agoimprove detection for mysql databases
Robin Appelman [Sun, 8 Jan 2012 13:07:12 +0000 (14:07 +0100)]
improve detection for mysql databases

12 years agoImprove music playlist rendering.
Cloud Dumper [Sat, 7 Jan 2012 22:41:51 +0000 (23:41 +0100)]
Improve music playlist rendering.

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

12 years agoload reverse driver when updating database
Robin Appelman [Sun, 8 Jan 2012 12:16:11 +0000 (13:16 +0100)]
load reverse driver when updating database

12 years agodon't try to upgrade what isn't installed
Robin Appelman [Sun, 8 Jan 2012 12:01:41 +0000 (13:01 +0100)]
don't try to upgrade what isn't installed

12 years agodb overwriting, gallery creating fix
Bartek Przybylski [Sun, 8 Jan 2012 10:25:08 +0000 (11:25 +0100)]
db overwriting, gallery creating fix

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Bartek Przybylski [Sun, 8 Jan 2012 10:01:38 +0000 (11:01 +0100)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agorename fix, licence header added
Bartek Przybylski [Sun, 8 Jan 2012 10:01:25 +0000 (11:01 +0100)]
rename fix, licence header added

12 years agoallow changing database backends between PDO and MDB2
Robin Appelman [Sun, 8 Jan 2012 01:57:52 +0000 (02:57 +0100)]
allow changing database backends between PDO and MDB2

12 years agoFix updateApp() and add extra check to updateApps()
Michael Gapczynski [Sun, 1 Jan 2012 21:58:51 +0000 (16:58 -0500)]
Fix updateApp() and add extra check to updateApps()

12 years agoupdate apps when their version number increases
Robin Appelman [Sun, 11 Dec 2011 21:08:01 +0000 (22:08 +0100)]
update apps when their version number increases

12 years agofix errors during database migration
Robin Appelman [Tue, 15 Nov 2011 15:08:08 +0000 (16:08 +0100)]
fix errors during database migration

12 years agoset the installed version after updating the database
Robin Appelman [Tue, 15 Nov 2011 14:59:01 +0000 (15:59 +0100)]
set the installed version after updating the database

12 years agofixes in the sqlite manager driver
Robin Appelman [Tue, 15 Nov 2011 14:58:12 +0000 (15:58 +0100)]
fixes in the sqlite manager driver

12 years agoautomatically upgrade the main database on version number increase (doesnt work with...
Robin Appelman [Sun, 13 Nov 2011 15:16:21 +0000 (16:16 +0100)]
automatically upgrade the main database on version number increase (doesnt work with sqlite for now)

12 years agosmall fix in sqlite3 driver
Robin Appelman [Sun, 13 Nov 2011 15:08:47 +0000 (16:08 +0100)]
small fix in sqlite3 driver

12 years agominor changes to mysql setup
Robin Appelman [Sun, 13 Nov 2011 15:06:29 +0000 (16:06 +0100)]
minor changes to mysql setup

12 years agosome fixes in the sqlite3 driver
Robin Appelman [Sat, 12 Nov 2011 17:06:07 +0000 (18:06 +0100)]
some fixes in the sqlite3 driver

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Bartek Przybylski [Sun, 8 Jan 2012 00:34:50 +0000 (01:34 +0100)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agorename and delete hooks
Bartek Przybylski [Sun, 8 Jan 2012 00:32:11 +0000 (01:32 +0100)]
rename and delete hooks

12 years agoAlso use track_number to retrieve song track.
Cloud Dumper [Fri, 6 Jan 2012 10:29:15 +0000 (11:29 +0100)]
Also use track_number to retrieve song track.

This adds support for id3v2 tags such as TRACK/TOTAL.

12 years agoSort results from music collection getters.
Cloud Dumper [Fri, 6 Jan 2012 10:01:32 +0000 (11:01 +0100)]
Sort results from music collection getters.

Albums and artists are now ordered by name, song by track number and name.

12 years agogallery version bump to force db update
Bartek Przybylski [Sat, 7 Jan 2012 23:22:28 +0000 (00:22 +0100)]
gallery version bump to force db update

12 years agoautomatic adding of photo to album, feedback for user while scanning, general cleanup
Bartek Przybylski [Sat, 7 Jan 2012 23:14:34 +0000 (00:14 +0100)]
automatic adding of photo to album, feedback for user while scanning, general cleanup

12 years agoupdate calendar pot file
Georg Ehrke [Sat, 7 Jan 2012 17:30:32 +0000 (18:30 +0100)]
update calendar pot file

12 years agofix search function
Georg Ehrke [Sat, 7 Jan 2012 13:31:47 +0000 (14:31 +0100)]
fix search function

12 years agoenable gallery and admin_export by default at least for the alpha and beta.
Frank Karlitschek [Sat, 7 Jan 2012 12:33:53 +0000 (13:33 +0100)]
enable gallery and admin_export by default at least for the alpha and beta.

12 years agoupdate calendar pot file
Georg Ehrke [Fri, 6 Jan 2012 20:56:47 +0000 (21:56 +0100)]
update calendar pot file

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Frank Karlitschek [Fri, 6 Jan 2012 18:15:29 +0000 (19:15 +0100)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agofinish the application store feature so that users can download and install ownCloud...
Frank Karlitschek [Fri, 6 Jan 2012 18:08:35 +0000 (19:08 +0100)]
finish the application store feature so that users can download and install ownCloud apps from our website. there is still a small problem with write permissions. will look into this later

12 years agoUse parameter
Tom Needham [Fri, 6 Jan 2012 18:04:24 +0000 (18:04 +0000)]
Use  parameter

12 years agoadd a formfactor session variable which is autodetected but can also manually overwri...
Frank Karlitschek [Fri, 6 Jan 2012 16:21:24 +0000 (17:21 +0100)]
add a formfactor session variable which is autodetected but can also 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.

12 years agoimprove search function
Georg Ehrke [Fri, 6 Jan 2012 13:36:24 +0000 (14:36 +0100)]
improve search function

12 years agoMerge branch 'master' into calendar
Georg Ehrke [Thu, 5 Jan 2012 20:02:58 +0000 (21:02 +0100)]
Merge branch 'master' into calendar

12 years agofix login check in ajax files
Georg Ehrke [Thu, 5 Jan 2012 20:02:11 +0000 (21:02 +0100)]
fix login check in ajax files

12 years agofix js for repeating events
Georg Ehrke [Thu, 5 Jan 2012 19:54:44 +0000 (20:54 +0100)]
fix js for repeating events

12 years agofix bug in 3rdparty lib
Georg Ehrke [Thu, 5 Jan 2012 19:19:07 +0000 (20:19 +0100)]
fix bug in 3rdparty lib

12 years agofix autodetection for the week of the month
Georg Ehrke [Thu, 5 Jan 2012 16:53:13 +0000 (17:53 +0100)]
fix autodetection for the week of the month

12 years agofix editeventdialog for monthly repeating events with a specific weekday and weeknumb...
Georg Ehrke [Thu, 5 Jan 2012 16:49:09 +0000 (17:49 +0100)]
fix editeventdialog for monthly repeating events with a specific weekday and weeknumber combination

12 years agoAdded fixOrientation method which rotates the image based on EXIF data.
Thomas Tanghus [Thu, 5 Jan 2012 16:42:40 +0000 (17:42 +0100)]
Added fixOrientation method which rotates the image based on EXIF data.

12 years agofix repeat rule for every weekday
Georg Ehrke [Thu, 5 Jan 2012 16:09:01 +0000 (17:09 +0100)]
fix repeat rule for every weekday

12 years agofix end for repeating events
Georg Ehrke [Thu, 5 Jan 2012 16:05:30 +0000 (17:05 +0100)]
fix end for repeating events

12 years agoWrong permission checking on file save.
Thomas Tanghus [Wed, 4 Jan 2012 22:31:32 +0000 (23:31 +0100)]
Wrong permission checking on file save.

12 years agoContent type header was sent when saving image to disk.
Thomas Tanghus [Wed, 4 Jan 2012 21:56:58 +0000 (22:56 +0100)]
Content type header was sent when saving image to disk.

12 years agoRemove the keys in preferences when a user is deleted - Thanks rogerc
Michael Gapczynski [Wed, 4 Jan 2012 20:19:16 +0000 (15:19 -0500)]
Remove the keys in preferences when a user is deleted - Thanks rogerc

12 years agoFixed merge conflict in /files/ajax/move.php
Tom Needham [Wed, 4 Jan 2012 16:31:06 +0000 (16:31 +0000)]
Fixed merge conflict in /files/ajax/move.php

12 years agoremove error output if symlink already exists. this can happen if a user removed...
Frank Karlitschek [Tue, 3 Jan 2012 16:23:50 +0000 (17:23 +0100)]
remove error output if symlink already exists. this can happen if a user removed config.php to trigger the setup wizzard

12 years agoFix sqlite detection for Ubuntu 11.10
prcrst [Tue, 3 Jan 2012 11:37:33 +0000 (12:37 +0100)]
Fix sqlite detection for Ubuntu 11.10

12 years agodon't check if the target path is writable for operations that can create a new file
Robin Appelman [Tue, 3 Jan 2012 14:55:38 +0000 (15:55 +0100)]
don't check if the target path is writable for operations that can create a new file

fixes file upload

12 years agoMerge branch 'master' into calendar
Georg Ehrke [Tue, 3 Jan 2012 12:51:55 +0000 (13:51 +0100)]
Merge branch 'master' into calendar

12 years agodon't try to use mod_rewrite when it isn't enabled
Robin Appelman [Tue, 3 Jan 2012 03:55:19 +0000 (04:55 +0100)]
don't try to use mod_rewrite when it isn't enabled

having a broken web/card/caldav is much better as having no ownCloud at all :)

12 years agoOC_Image::__invoke didn't return anything thus causing contacts/thumbnail.php to...
Thomas Tanghus [Mon, 2 Jan 2012 22:17:15 +0000 (23:17 +0100)]
OC_Image::__invoke didn't return anything thus causing contacts/thumbnail.php to spit out lots of error messages.

12 years agoMerge git://gitorious.org/owncloud/owncloud into oc_image
Thomas Tanghus [Mon, 2 Jan 2012 18:38:10 +0000 (19:38 +0100)]
Merge git://gitorious.org/owncloud/owncloud into oc_image

12 years agoremoved data-read and fixed droppable logic
Tom Needham [Mon, 2 Jan 2012 18:08:20 +0000 (18:08 +0000)]
removed data-read and fixed droppable logic

12 years agoUsed data-read and data-wite when binding drag and drop events
Tom Needham [Mon, 2 Jan 2012 17:07:10 +0000 (17:07 +0000)]
Used data-read and data-wite when binding drag and drop events

12 years agoAdded data-read and data-write attributes to file list
Tom Needham [Mon, 2 Jan 2012 17:02:30 +0000 (17:02 +0000)]
Added data-read and data-write attributes to file list

12 years agofix is_readable and is_writable
Robin Appelman [Mon, 2 Jan 2012 15:38:10 +0000 (16:38 +0100)]
fix is_readable and is_writable

12 years agoFix whitespace username in the installation form
Georg Ehrke [Mon, 2 Jan 2012 13:21:46 +0000 (14:21 +0100)]
Fix whitespace username in the installation form

12 years agoAdded more error checking and debug on missing image support.
Thomas Tanghus [Mon, 2 Jan 2012 12:40:23 +0000 (13:40 +0100)]
Added more error checking and debug on missing image support.

12 years agoAdded save() to OC_Image.
Thomas Tanghus [Mon, 2 Jan 2012 11:09:45 +0000 (12:09 +0100)]
Added save() to OC_Image.

12 years agoFix whitespace username
Georg Ehrke [Mon, 2 Jan 2012 10:49:53 +0000 (11:49 +0100)]
Fix whitespace username

12 years agoMerge git://gitorious.org/owncloud/owncloud into oc_image
Thomas Tanghus [Mon, 2 Jan 2012 10:47:02 +0000 (11:47 +0100)]
Merge git://gitorious.org/owncloud/owncloud into oc_image