Giter VIP home page Giter VIP logo

apps's People

Contributors

arkascha avatar bartv2 avatar bernhardposselt avatar blizzz avatar bluewind avatar brummbq avatar butonic avatar cbix avatar cosenal avatar cweiske avatar deepdiver1975 avatar emerzh avatar georgehrke avatar icewind1991 avatar jakobsack avatar jancborchardt avatar ldidry avatar lukasreschke avatar marticardus avatar michielbdejong avatar morrisjobke avatar mtgap avatar nickvergessen avatar priyanka-m avatar przybylski avatar raghunayyar avatar tanghus avatar tomneedham avatar valarauco avatar vicdeo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

apps's Issues

Bookmarks: move app settings into app

The app settings, in this case the bookmarklet as well as the import and export function, should be moved from Personal Settings into the app itself.

Probably best like in the news app, have a bar on the bottom of the leftcontent and a settings cog on the right of that. Clicking the cog should move up that bar and reveal the settings (working as a toggle to close them again also).

News: error adding some feeds

Some feeds from my list can’t be added, I’m not shown the reason. The feeds in question are:

They are pretty good sites, so I want to be able to read them. :)

The fallback for not being able to add a feed should be to add it in the list, and somehow communicate it can’t be read. It should be retried every time the app is opened, but at the least work as a bookmark to that site.

External storage dropbox doesn't mount

I try to mount dropbox using the external storage app. When I do, I get the app key and secret from dropbox. I create the folder on the local filesystem as the mount point. Then I try to mount dropbox, and I get the error:

Error configuring Dropbox storage

Fetching request tokens failed. Verify that your Dropbox app key and secret are correct.

Running ownCloud 4.5.1a

Calendar: No events shown if one item has invalid data

Through an import of an ics file from google calendar, somehow there came to be some invalid data in one event in the calendardata field of my calendar_objects table. Specifically, the "Created" field contained a timestamp considered invalid by Sabre (00001231T000000Z). The effect was that for the one month containing this event, the whole calendar did not show any event in the month view of the web interface, and not even an error message as to why the calendar remained empty - only in the apache error log there was an according entry. Even after correcting the faulty data in the database, the calendar did not immediately show the events (due to some owncloud-internal caching?). Clearing the apc cache and restarting the (apache) server helped nothing; only after entering a new event in the same month, the calendar was reloaded.

See also this forum thread: http://forum.owncloud.org/viewtopic.php?f=3&t=4686

I understand that invalid data shouldn't be in the calendar in the first place; what would be nice, however, would be if ideally all of the following four things would happen: (a) in case of such faulty data, an error should be shown indicating that there's a problem with the data and with what specific event; (b) all other events which don't have faulty data should be shown normally and (c) there should be some possibility to properly reload the calendar from the database. (d) on import, the data is checked, invalid data is reported (with details on which event exactly is invalid), and possibly providing ways to fill the invalid fields with default data - so that a huge import doesn't fail just because one or a few events have some (as in my case, rather irrelevant) invalid data. (Haven't tested calendar import recently, so one or all of the things mentioned in (d) could already happen, I will retest).

error modals

Every once in a while there is an annoying »Error updating feed« modal popping in my face. It should rather be an icon in the feed row, and not block me from reading. Especially crazy it becomes when multiple errors stack up and you don’t even notice.

Music: people need playlists

(This is kind of a major thing to change in the music app.) Currently a big problem with Music is that there is only one collection (main view) and one play queue (left list). Instead, people should be able to have playlists, which are shown in the left list, and the collection or the respective content of the playlist should be shown in the main content.

For reference, check out how http://youtify.com and http://spotify.com do it.

Server-side prepared thumbnails for images, videos, ... ready to be downloaded to the clients

It has been proposed in przybylski/owncloud-android#2 to

OC needs a thumbnails API for files app so the clients such us the android one can show them when exploring files without having to download the entire files by the client in order to create thumbnails.

Imagine a user with hundred of images inside a folder named as IMG06258.jpg who wants to download that nice pic of his trip and don't want having to remember crappy file names nor having to download file by file to find it.

Dropbox solves this problem nicely by having an API for thumbnails:
https://www.dropbox.com/developers/reference/api#thumbnails

but the answer there was

this is feature request for owncloud android client would just use this api. You should make feature request for picture api here.

Done herewith.

ownCloud Instance Migration bug

Right now, the admin control panel for instance migration says ownCloud instance (suitable for import)

Since we don't do import right now, we should remove the "suitable for import" from the menu. When we can import, we can put it back.

OC 4.5.1

Take a look! Settings > Admin

favicons

Each feed should have the favicon of the side displayed as icon.

4.5 onwards - Tasks App - Way to hide completed tasks

There appears to be no way to hide completed tasks in the 'tasks' web app.
This becomes problematic as you accumulate completed tasks, rather than deleting completed tasks.

I have a hack but then it prevents the display of completed tasks at all, rather than some 'checkbox' or other facility to enable/disable the display of completed tasks.

My 'hack', is as follows:-

owncloud/apps/tasks/js/tasks.js

Add at roughly line 15 such that it appears as the following (lines prefixed with +)

create_task_div:function(task) {
+       if (task.completed) { 
+           return $('<div>');
+       }
var actions = $('#task_actions_template');

Music: move app settings into app

The app settings, in this case the Ampache address, should be moved from Personal Settings into the app itself.

Probably best like in the news app, have a bar on the bottom of the leftcontent and a settings cog on the right of that. Clicking the cog should move up that bar and reveal the settings (working as a toggle to close them again also).

Music - playback doesn't work in Safari

When accessing the Music app under Safari 6.0.1 (7536.26.14) - according to software update the most recent version - running on Mac OS 10.7.5, I can enqueue songs (mp3 files) just fine, but pressing the play button results in no action (no playback) - the play button turns into the pause button for a very short time, then back into the play button. With firefox (also under the same Mac OS) playback works.

Icons missing

Hi,

Some of the contact and calendar icons are missing. The contact icons like "add", "import" and "settings" are not shown. Same for the calendar icons.
I´m using the latest owncloud release with Firefox 16.0.1. The issue can be reproduced on all IE versions as well.
Might be something with the SVG support?!

regards,

Chris

Only generate gallery thumbnails for shared folders once

Currently, owncloud / gallery generates the thumbnails for a shared folder for every user again.
Instead, it should generate and save them in a place where every user can access them to avoid server load and lower disk usage.

Virus scanning app

A virus scanning app that leverages clamAV to scan files when they are uploaded, and before they are written to the local disk, as well as to perform a background scan on the files already on the server. This could be simply completing the current files_antivirus plugin.

https://github.com/valarauco/files_antivirus

Calendar weird reaction with wrong Timezone

I've just installed OC4.5 (from git) and i haven't configured my timezone.

i've enable the calendar app, then i click on a day to add an event.
The popup show with the previous day selected.

IE: click on the 18 october, OC open the popup with the 17 october pre selected.

If i set my correct timezone everything work fine ...

we may want correct this little problem.

Thanks

Improve calendar UI

Suggested improvements:
better support for utf-8 chars
integrate calendar management into main view
make days in list view clickable
rewrite list view

Make calendar export more advanced

Make the calendar export more advanced.
Make single events from different calendars selectable and merge them into one calendar file.

Read and write encrypted emails

Well the good old feature you search in almost every web mailer and hardly find anywhere.

Let's see if we can make it happen. ;-)

Gallery does not display enlarged images

This issue is opened following a topic at then owncloud-community forum: http://forum.owncloud.org/viewtopic.php?f=3&t=4623

Since version 4.5.1 the built-in gallery in owncloud does not display the large version of images. Also the slideshow does not work.
AFAIR this was no issue in 4.5.0 or before.
Thumbnails are displayed ok, but trying to open a thumbnail results in a message displayed:
"The requested content cannot be loaded.
Please try again later."

Interesting enough large images are displayed ok when opened in the "FILES" section.

Whatsmore: music files seem not to be played ok either.

Specs:
uname-a:
Linux xx4711 2.6.32-43-server #97-Ubuntu SMP Wed Sep 5 16:56:41 UTC 2012 x86_64 GNU/Linux

Warn about missing iconv in text editor

@dragotin discovered that the text editor depends on iconv - which is not always installed by default.

I solved this temporarily by adding a warning to the installer - however, it would be great if ownCloud could work without this dependency. May I ask you to include a check for this in the text editor and show a warning to the user just for this specific app.

Please revert owncloud/core@0399a88 and owncloud/core@228a05a after implementing this.

/cc @tomneedham

Show task due date in Calendar

In Kontact (KDE-PIM) the tasks/todo items are shown in the calendar view. In ownCloud there's something similar with birthdates of contacts.
What I like to see is the tasks integrated into the calendar, so I can see in the calendar when a task is due.

External storage openstack swift doesn't mount

Activate the ownCloud swift connector, and point to rackspace cloudfiles authentication url, using username and password. Add mount and folder gets created inside my ownCloud. Replace the "root" with the container name.

Error log says "unexpected error ()" and then nothing else happens. When I click on the mounted folder inside the web client, it simply reloads the main ownCloud page.

opensuse 12.2, 4.5.1a, firefox on windows.

CalDav-Sync Crash with OC 4.5 and postgresql

Bug transmitted by a user

  • Adding calendard events to an owncloud instance may not work when used with this characteristics :
    • owncloud instance updated from 4.0.7 to 4.5
    • postgresql database

The clients tested were the following:
- lightning
- CalDav-Sync (an android app)

On the web interface, the error message is : "Champs manquants:" (= missing fields), but without any information about which fields are missing.

No event are recorded on the instance.

Reproduction Steps:

I did not try to reproduce the bug, but may I suggest:

  • to install first a 4.0.7 instance
  • to upgrade to 4.5.0 (copying all the files of 4.5.0 version in a folder, then copy config/config.php from 4.0.7 folder to 4.5.0 folder)
    (on my instance, data are in a different folder)

The log of CalDav-Sync is the following :

10-23 19:34:08.010 V/org.dmfs.syncadapter.SyncAdapter(4106): starting sync ...
10-23 19:34:08.010 V/org.dmfs.caldav.syncadapter.SyncAdapter(4106): running regular sync
10-23 19:34:08.010 V/org.dmfs.caldav.syncadapter.SyncAdapter(4106): syncing 14 days in the past and 224 days in the future
10-23 19:34:08.020 V/org.dmfs.caldav.authenticator.Authenticator(4106): org.dmfs.caldav.account
10-23 19:34:08.020 I/AccountTypeManager(2803): Loaded meta-data for 9 account types, 4 accounts in 220ms(wall) 25ms(cpu)
10-23 19:34:08.030 V/org.dmfs.caldav.syncadapter.SyncAdapter(4106): Syncing calendar '[email protected] Défaut' with id 9 at https://xxx.xxx.info/remote.php/caldav/calendars/julien/default%20calendar/ for julien
10-23 19:34:08.060 D/dalvikvm(2803): GC_CONCURRENT freed 1106K, 9% free 13335K/14563K, paused 2ms+2ms
10-23 19:34:09.280 V/org.dmfs.dav.methods.DavOptions(4106): Code : 200
10-23 19:34:09.290 V/org.dmfs.dav.CalDav(4106): using calendar-query
10-23 19:34:10.530 V/org.dmfs.dav.CalDav(4106): item: https://cloud.xxx.info/remote.php/caldav/calendars/julien
10-23 19:34:10.620 V/org.dmfs.caldav.syncadapter.SyncAdapter(4106): calendar id 9
10-23 19:34:10.620 V/org.dmfs.sync.Synchronator(4106): pairing entities
10-23 19:34:10.660 V/org.dmfs.calendar.CalendarEntity(4106): loading event data for null
10-23 19:34:10.670 V/org.dmfs.calendar.Event(4106): loaded organizer: [email protected]
10-23 19:34:10.680 V/org.dmfs.calendar.Event(4106): load event 123: null - null - false - true - 2
10-23 19:34:10.680 V/org.dmfs.calendar.CalendarEntity(4106): loading event data for null
10-23 19:34:10.690 V/org.dmfs.calendar.Event(4106): loaded organizer: [email protected]
10-23 19:34:10.690 V/org.dmfs.calendar.Event(4106): load event 124: null - null - false - true - 2
10-23 19:34:10.700 V/org.dmfs.sync.Synchronator(4106): sorting pairs
10-23 19:34:10.700 V/org.dmfs.vcalendaradapter.VCalendarSource(4106): preloading 0 entities
10-23 19:34:10.710 V/org.dmfs.sync.entities.calendar.SyncAlarm(4106): create valarm : 20   1
10-23 19:34:10.710 V/org.dmfs.sync.Synchronator(4106): conflicts: 0
10-23 19:34:10.720 V/org.dmfs.icalendaradapter.VEventAdapter(4106): committing VEvent null
10-23 19:34:10.720 V/org.dmfs.sync.entities.calendar.SyncAlarm(4106): updating alarm 20
10-23 19:34:10.720 V/org.dmfs.icalendaradapter.VCalendarAdapter(4106): commiting VCalendar null
10-23 19:34:10.720 V/org.dmfs.icalendaradapter.VCalendarAdapter(4106): uploading event https://xxx.xxx.info/remote.php/caldav/calendars/julien/default%20calendar/5f7e5d29-da16-41c4-9925-90de9f339336.ics
10-23 19:34:11.100 V/org.dmfs.dav.methods.DavPut(4106): Code : 500
10-23 19:34:11.100 V/org.dmfs.dav.methods.DavPut(4106): <?xml version="1.0" encoding="utf-8"?>
10-23 19:34:11.100 V/org.dmfs.dav.methods.DavPut(4106): <d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
10-23 19:34:11.100 V/org.dmfs.dav.methods.DavPut(4106): <s:exception>PDOException</s:exception>
10-23 19:34:11.100 V/org.dmfs.dav.methods.DavPut(4106): <s:message>SQLSTATE[23505]: Unique violation: 7 ERROR: duplicate key value violates unique constraint "oc_calendar_objects_pkey"
10-23 19:34:11.100 V/org.dmfs.dav.methods.DavPut(4106): DETAIL:  Key (id)=(0) already exists.</s:message>
10-23 19:34:11.100 V/org.dmfs.dav.methods.DavPut(4106): <s:sabredav-version>1.6.4</s:sabredav-version>
10-23 19:34:11.100 V/org.dmfs.dav.methods.DavPut(4106): </d:error>
10-23 19:34:11.120 V/org.dmfs.icalendaradapter.VCalendarAdapter(4106): ETAG: null
10-23 19:34:11.170 V/org.dmfs.icalendaradapter.VEventAdapter(4106): committing VEvent null
10-23 19:34:11.180 V/org.dmfs.icalendaradapter.VCalendarAdapter(4106): commiting VCalendar null
10-23 19:34:11.180 V/org.dmfs.icalendaradapter.VCalendarAdapter(4106): uploading event https://xxx.xxx.info/remote.php/caldav/calendars/julien/default%20calendar/c28d94c6-f719-4e60-a410-4ab2aadea0fb.ics
10-23 19:34:12.010 V/org.dmfs.dav.methods.DavPut(4106): Code : 500
10-23 19:34:12.020 V/org.dmfs.dav.methods.DavPut(4106): <?xml version="1.0" encoding="utf-8"?>
10-23 19:34:12.020 V/org.dmfs.dav.methods.DavPut(4106): <d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
10-23 19:34:12.020 V/org.dmfs.dav.methods.DavPut(4106): <s:exception>PDOException</s:exception>
10-23 19:34:12.020 V/org.dmfs.dav.methods.DavPut(4106): <s:message>SQLSTATE[23505]: Unique violation: 7 ERROR: duplicate key value violates unique constraint "oc_calendar_objects_pkey"
10-23 19:34:12.020 V/org.dmfs.dav.methods.DavPut(4106): DETAIL:  Key (id)=(0) already exists.</s:message>
10-23 19:34:12.020 V/org.dmfs.dav.methods.DavPut(4106): <s:sabredav-version>1.6.4</s:sabredav-version>
10-23 19:34:12.020 V/org.dmfs.dav.methods.DavPut(4106): </d:error>
10-23 19:34:12.030 V/org.dmfs.icalendaradapter.VCalendarAdapter(4106): ETAG: null
10-23 19:34:12.120 V/org.dmfs.syncadapter.SyncAdapter(4106): sync complete

EMail Backend Support

The mail app should implement a back-end mechanism to allow future introduction of additional back-ends.
We will now start with an IMAP backend.
Future back-ends could be:

  • mbox: the email folder is stored with the users data folder in the owncloud installation.
    Pro: the user data is stored where is should be: in his owncloud instance
    Con: custom imap servers and MTA required
  • MailDB: http://www.dbmail.org/

To tell the truth: I have no idea if any of these back ends will ever exist, but let's keep the door open.

4.5.1 - Settings -> Personal -> Export -> No Calendar!

In OwnCloud 4.5.1, if I export my account using
Settings -> Personal -> Export

The Files are exported
The Contacts are exported
The Calendar is NOT exported.

My work around is to download the calendar individually as an ics file, and whilst I am at it, the contacts as a vcf file, basically, because, at this point, I don't trust the Export functionality.

I admit, I have not been game to try importing :)

OPML import does not work in the first run page

On first run, I am prompted with the possibility to import my feeds from OPML. This doesn’t work though, the links don’t react on click. The clickable area seems to be in some whitespace on the right, but even then when having selected a file this doesn’t really work.

Update mediaelement.js from 2.9.3 to latest release (2.9.5) in files_videoviewer

A new version is available:

2.9.5 (2012/09/26)

    Fixed faulty FlashMediaElement.swf (due to Git program mashing it)
    Fixed track element issues introduced by DFXP captions

2.9.4 (2012/09/24)

    Improved RTMP parsing [pansapien] https://github.com/johndyer/mediaelement/pull/574
    Added flashStreamer option to separate streamer from file
    Raise an error for unknown video size in Flash [denmarkin] https://github.com/johndyer/mediaelement/pull/571
    Fix for alwaysShowControls with keyboard interaction [peterh-capella] https://github.com/johndyer/mediaelement/pull/569
    Support for DFXP captions [justinl-capella] https://github.com/johndyer/mediaelement/pull/420

External storage amazon s3 doesn't mount

Enter all the info for Amazon s3 storage in the app. Then click on the files page, it loads a blank page.

Error log says:

[Sun Oct 28 13:04:39 2012] [error] [client 192.168.149.75] PHP Fatal error:  Uncaught exception 'cURL_Exception' with message 'cURL resource: Resource id #73; cURL error: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed (cURL error code 60). See http://curl.haxx.se/libcurl/c/libcurl-errors.html for an explanation of error codes.' in /srv/www/htdocs/owncloud/3rdparty/aws-sdk/lib/requestcore/requestcore.class.php:824
Stack trace:
#0 /srv/www/htdocs/owncloud/3rdparty/aws-sdk/services/s3.class.php(903): RequestCore->send_request()
#1 /srv/www/htdocs/owncloud/3rdparty/aws-sdk/services/s3.class.php(1624): AmazonS3->authenticate('oc3_test_storag...', Array)
#2 /srv/www/htdocs/owncloud/apps/files_external/lib/amazons3.php(86): AmazonS3->list_objects('oc3_test_storag...', Array)
#3 /srv/www/htdocs/owncloud/lib/filesystemview.php(586): OC_Filestorage_AmazonS3->opendir(false)
#4 /srv/www/htdocs/owncloud/lib/filesystemview.php(173): OC_FilesystemView->basicOperation('opendir', '/AmazonS3/', Array)
#5 in /srv/www/htdocs/owncloud/3rdparty/aws-sdk/lib/requestcore/requestcore.class.php on line 824, referer: http://192.168.149.90/owncloud/settings/admin.php

Running SUSE 12.2.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.