]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
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 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 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 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 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

12 years agoMerge branch 'master' into calendar
Georg Ehrke [Mon, 2 Jan 2012 10:41:18 +0000 (11:41 +0100)]
Merge branch 'master' into calendar

12 years agoremove unused js
Georg Ehrke [Mon, 2 Jan 2012 10:39:23 +0000 (11:39 +0100)]
remove unused js

12 years agoadd function to detect always the timezone
Georg Ehrke [Mon, 2 Jan 2012 10:35:50 +0000 (11:35 +0100)]
add function to detect always the timezone

12 years agoCorrect local permissions checks
Michael Gapczynski [Mon, 2 Jan 2012 00:59:24 +0000 (19:59 -0500)]
Correct local permissions checks

12 years agoMerge git://gitorious.org/owncloud/owncloud into oc_image
Thomas Tanghus [Mon, 2 Jan 2012 00:09:22 +0000 (01:09 +0100)]
Merge git://gitorious.org/owncloud/owncloud into oc_image

12 years agoFix typo in move error message
Michael Gapczynski [Sun, 1 Jan 2012 23:45:26 +0000 (18:45 -0500)]
Fix typo in move error message

12 years agoRemoved static declaration from loadFrom* methods.
Thomas Tanghus [Sun, 1 Jan 2012 23:43:27 +0000 (00:43 +0100)]
Removed static declaration from loadFrom* methods.

12 years agoReplace canRead()/canWrite() with is_readable()/is_writeable() for proper permission...
Michael Gapczynski [Sun, 1 Jan 2012 23:40:32 +0000 (18:40 -0500)]
Replace canRead()/canWrite() with is_readable()/is_writeable() for proper permission checks

12 years agoadd infieldlabel source
Robin Appelman [Sun, 1 Jan 2012 22:45:22 +0000 (23:45 +0100)]
add infieldlabel source

12 years agoadd jplayer source
Robin Appelman [Sun, 1 Jan 2012 22:41:30 +0000 (23:41 +0100)]
add jplayer source

12 years agoMixed up two lines :-P
Thomas Tanghus [Sun, 1 Jan 2012 22:34:26 +0000 (23:34 +0100)]
Mixed up two lines :-P

12 years agoMerge git://gitorious.org/owncloud/owncloud into oc_image
Thomas Tanghus [Sun, 1 Jan 2012 22:28:51 +0000 (23:28 +0100)]
Merge git://gitorious.org/owncloud/owncloud into oc_image

12 years agoAdded image type specific loading and displaying.
Thomas Tanghus [Sun, 1 Jan 2012 22:26:24 +0000 (23:26 +0100)]
Added image type specific loading and displaying.
Added method 'valid()' to tell if image contains a valid resource.
Renamed imageResource() to resource().

12 years agoMove to branch
Michael Gapczynski [Sun, 1 Jan 2012 21:25:43 +0000 (16:25 -0500)]
Move to branch

12 years agoInitial commit of common filestorage
Michael Gapczynski [Sun, 1 Jan 2012 20:56:33 +0000 (15:56 -0500)]
Initial commit of common filestorage

12 years agoMerge git://gitorious.org/owncloud/owncloud into oc_image
Thomas Tanghus [Sun, 1 Jan 2012 19:07:01 +0000 (20:07 +0100)]
Merge git://gitorious.org/owncloud/owncloud into oc_image

12 years agoSmall fixes
Thomas Tanghus [Sun, 1 Jan 2012 19:06:35 +0000 (20:06 +0100)]
Small fixes

12 years agoFix return for empty Shared folder in opendir()
Michael Gapczynski [Sun, 1 Jan 2012 19:04:16 +0000 (14:04 -0500)]
Fix return for empty Shared folder in opendir()

12 years agoRemoved some denug statements and an exception thrown.
Thomas Tanghus [Sun, 1 Jan 2012 17:07:46 +0000 (18:07 +0100)]
Removed some denug statements and an exception thrown.

12 years agoAdded class OC_Image
Thomas Tanghus [Sun, 1 Jan 2012 16:57:26 +0000 (17:57 +0100)]
Added class OC_Image

12 years agoMerge git://gitorious.org/owncloud/owncloud into oc_image
Thomas Tanghus [Sun, 1 Jan 2012 16:48:28 +0000 (17:48 +0100)]
Merge git://gitorious.org/owncloud/owncloud into oc_image

12 years agoRemoved redundant DB queries.
Thomas Tanghus [Sat, 31 Dec 2011 00:34:22 +0000 (01:34 +0100)]
Removed redundant DB queries.

12 years agoThumbnails was overwriting default style so hover and active didn't work. Moved them...
Thomas Tanghus [Fri, 30 Dec 2011 22:39:31 +0000 (23:39 +0100)]
Thumbnails was overwriting default style so hover and active didn't work. Moved them to the 'a' element instead.

12 years agoMerge git://gitorious.org/owncloud/owncloud into tanghus_contacts
Thomas Tanghus [Fri, 30 Dec 2011 20:09:42 +0000 (21:09 +0100)]
Merge git://gitorious.org/owncloud/owncloud into tanghus_contacts

12 years agoInclude PostgreSQL when checking for available database drivers.
Daniel Köb [Fri, 30 Dec 2011 19:38:56 +0000 (20:38 +0100)]
Include PostgreSQL when checking for available database drivers.

Signed-off-by: Brice Maron <brice@bmaron.net>
12 years agoAdded license and waiver of conditions for jquery.inview.
Thomas Tanghus [Fri, 30 Dec 2011 20:07:16 +0000 (21:07 +0100)]
Added license and waiver of conditions for jquery.inview.
CSS fix on contact list.
Query contacts from multiple address books.

12 years agocontacts entry duplication fix
Bartek Przybylski [Fri, 30 Dec 2011 16:47:14 +0000 (17:47 +0100)]
contacts entry duplication fix

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Bartek Przybylski [Fri, 30 Dec 2011 16:06:48 +0000 (17:06 +0100)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agogallery fixes
Bartek Przybylski [Fri, 30 Dec 2011 16:06:29 +0000 (17:06 +0100)]
gallery fixes

12 years agoMerge branch 'master' into calendar
Georg Ehrke [Thu, 29 Dec 2011 18:16:33 +0000 (19:16 +0100)]
Merge branch 'master' into calendar

12 years agoMerge branch 'contact_thumbnails' of git://gitorious.org/~tanghus/owncloud/tanghus...
Bart Visscher [Wed, 28 Dec 2011 23:21:34 +0000 (00:21 +0100)]
Merge branch 'contact_thumbnails' of git://gitorious.org/~tanghus/owncloud/tanghus-owncloud

12 years agoKeep the urls pretty, decode forward slashes for newly added directories
Michael Gapczynski [Wed, 28 Dec 2011 18:01:36 +0000 (13:01 -0500)]
Keep the urls pretty, decode forward slashes for newly added directories

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Michael Gapczynski [Wed, 28 Dec 2011 17:48:08 +0000 (12:48 -0500)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoFix encoding again and update the link after renaming files
Michael Gapczynski [Wed, 28 Dec 2011 17:47:27 +0000 (12:47 -0500)]
Fix encoding again and update the link after renaming files

12 years agoMore missing js.
Thomas Tanghus [Wed, 28 Dec 2011 09:31:45 +0000 (10:31 +0100)]
More missing js.

12 years agoMerge git://gitorious.org/owncloud/owncloud into contact_thumbnails
Thomas Tanghus [Wed, 28 Dec 2011 09:14:59 +0000 (10:14 +0100)]
Merge git://gitorious.org/owncloud/owncloud into contact_thumbnails

Fixed some conflicts.
Conflicts:
apps/contacts/css/styles.css
apps/contacts/templates/index.php

12 years agoContacts: small merge cleanups
Bart Visscher [Tue, 27 Dec 2011 21:44:52 +0000 (22:44 +0100)]
Contacts: small merge cleanups

12 years agoMerge branch 'tanghus_remote_backup' of git://gitorious.org/~tanghus/owncloud/tanghus...
Bart Visscher [Tue, 27 Dec 2011 21:18:01 +0000 (22:18 +0100)]
Merge branch 'tanghus_remote_backup' of git://gitorious.org/~tanghus/owncloud/tanghus-owncloud

Conflicts:
apps/calendar/export.php
apps/contacts/index.php

12 years agoCalendar: add loading indicator
Bart Visscher [Tue, 27 Dec 2011 20:48:04 +0000 (21:48 +0100)]
Calendar: add loading indicator

12 years agoKeep the urls pretty, decode forward slashes
Michael Gapczynski [Tue, 27 Dec 2011 17:43:58 +0000 (12:43 -0500)]
Keep the urls pretty, decode forward slashes

12 years agoFix folder names with + characters in it
Michael Gapczynski [Tue, 27 Dec 2011 17:35:29 +0000 (12:35 -0500)]
Fix folder names with + characters in it

12 years agosome coding style fixes for the pdf viewer
Robin Appelman [Tue, 27 Dec 2011 13:18:03 +0000 (14:18 +0100)]
some coding style fixes for the pdf viewer

12 years agosome styling changes for the pdf viewer
Robin Appelman [Tue, 27 Dec 2011 13:09:22 +0000 (14:09 +0100)]
some styling changes for the pdf viewer

12 years agoremove debug messages in console
Robin Appelman [Tue, 27 Dec 2011 12:41:22 +0000 (13:41 +0100)]
remove debug messages in console

12 years agopdf viewer from Google Code-In program
Bartek Przybylski [Tue, 27 Dec 2011 11:36:51 +0000 (12:36 +0100)]
pdf viewer from Google Code-In program

12 years agoMerge branch 'gallery'
Bartek Przybylski [Tue, 27 Dec 2011 11:34:32 +0000 (12:34 +0100)]
Merge branch 'gallery'

12 years agofix the default setting for yearly repeating events
Georg Ehrke [Mon, 26 Dec 2011 18:59:15 +0000 (19:59 +0100)]
fix the default setting for yearly repeating events

12 years agoMerge git://gitorious.org/owncloud/owncloud into contact_thumbnails
Thomas Tanghus [Mon, 26 Dec 2011 12:27:53 +0000 (13:27 +0100)]
Merge git://gitorious.org/owncloud/owncloud into contact_thumbnails

12 years agoMerge branch 'master' into calendar
Georg Ehrke [Sun, 25 Dec 2011 22:20:25 +0000 (23:20 +0100)]
Merge branch 'master' into calendar

12 years agomake repeating events editable
Georg Ehrke [Sun, 25 Dec 2011 22:19:49 +0000 (23:19 +0100)]
make repeating events editable

12 years agouse pre-decrement instead of post-decrement
Georg Ehrke [Sun, 25 Dec 2011 14:07:53 +0000 (15:07 +0100)]
use pre-decrement instead of post-decrement

12 years agofix upload error reporting
Robin Appelman [Fri, 23 Dec 2011 18:48:22 +0000 (19:48 +0100)]
fix upload error reporting

12 years agoFix whitespace folder name
Michael Gapczynski [Fri, 23 Dec 2011 17:28:44 +0000 (12:28 -0500)]
Fix whitespace folder name

12 years agouse OC_JSON::checkLoggedIn() in all ajax files
Georg Ehrke [Thu, 22 Dec 2011 15:31:01 +0000 (16:31 +0100)]
use OC_JSON::checkLoggedIn() in all ajax files

12 years agofix merge conflicts
Georg Ehrke [Wed, 21 Dec 2011 21:16:46 +0000 (22:16 +0100)]
fix merge conflicts

12 years agoremoving and renaming albums
Bartek Przybylski [Wed, 21 Dec 2011 20:55:52 +0000 (21:55 +0100)]
removing and renaming albums

12 years agomerged with stash
Bartek Przybylski [Wed, 21 Dec 2011 17:40:43 +0000 (18:40 +0100)]
merged with stash

12 years agomerged with stash
Bartek Przybylski [Wed, 21 Dec 2011 17:37:17 +0000 (18:37 +0100)]
merged with stash

12 years agomerged
Bartek Przybylski [Wed, 21 Dec 2011 17:35:29 +0000 (18:35 +0100)]
merged

12 years agoUse correct appid for lostpassword email preference
Bart Visscher [Sun, 18 Dec 2011 22:08:00 +0000 (23:08 +0100)]
Use correct appid for lostpassword email preference

12 years agoGallery: fix calculation of folder thumbnail selection
Bart Visscher [Sun, 18 Dec 2011 22:06:54 +0000 (23:06 +0100)]
Gallery: fix calculation of folder thumbnail selection

12 years agoContacts: check if PREF parameter is set before useing it
Bart Visscher [Sun, 18 Dec 2011 22:05:36 +0000 (23:05 +0100)]
Contacts: check if PREF parameter is set before useing it