activity icon indicating copy to clipboard operation
activity copied to clipboard

Filter Activity results

Open polkillas opened this issue 7 years ago • 17 comments

I miss in this app the posibility to filter the results by date/filetype/etc. Don't know if it is technically possible (I'm no programmer) but I think it would improve the Activity app.

polkillas avatar Nov 12 '16 16:11 polkillas

This is not easily possible at the moment, but we are slowly working towards this

nickvergessen avatar Nov 12 '16 19:11 nickvergessen

I supposed there would be technical issues. Knowing that this feature will eventually be in the app is great news!

polkillas avatar Nov 14 '16 10:11 polkillas

I would suggest the possibility to disable the stream for some upload folders. Because changes in some folders are not so important to display them in the stream. 😊😁

xXSTrikeXx avatar Jan 01 '18 17:01 xXSTrikeXx

Personal use cases:

  • "I knew I was supposed to have this appointment, but I can't find it. Perhaps somebody deleted it?" (some kind of search by keyword or date range)
  • "I need to fill in for >coworker X< today, what was she up to yesterday?" (more specific than "filter=by")

ccoenen avatar Dec 11 '18 21:12 ccoenen

If I see this right, @nickvergessen, the issue at hand is, that the activity payload (subjectparams) is stored as json in a longtext column within the database, which makes it a little difficult to query any data in there. While leaving decreased performance aside, one could think about filtering on the server. However, we then can only filter events that are within the timerange boundaries of the query.

te-online avatar Feb 02 '19 20:02 te-online

Filtering on database level is not an option at all. Calls, deck and others do not have e.g. the room/board name in the activity table, but only the id. So the relevant information is only available in the UI.

nickvergessen avatar Feb 06 '19 12:02 nickvergessen

Okay, I see...

So the relevant information is only available in the UI. I'm not sure, I understand 😳

I'm asking, because I'm looking for a way to get the creator of an event by event id from the calendar. Apparently, the only place the creator is saved is the activity log. However, the event id is included in the subjectparams of the activity...

What are your plans on making activities more filterable? Should we add a itemId column to store an easy reference to the actual item?

te-online avatar Feb 06 '19 15:02 te-online

That's already there, it's called object id. Anyway, in case of LDAP you dont want to filter/search by the user's ID anyway, but their display name, etc.

So as said this needs to happen in the UI where the string is prepared and ready to be searched.

nickvergessen avatar Feb 06 '19 15:02 nickvergessen

Oh, okay, so you mean, we get the results and then filter within the UI. Now I get it 😊 I'll look into the objectId in regards to calendar events.

PS: And sorry for hijacking the issue, now that I understand what's the plan, my question doesn't really fit in 🙈

te-online avatar Feb 06 '19 17:02 te-online

Would be usefull if we could exlucde files and folder from the view. I'm using NC as a Backup Location and don't want to see any Activity from the Backup Folder image

/edit: sorry, wrong info

lordfiSh avatar Apr 24 '19 09:04 lordfiSh

That screenshot is the recommendations app. Not the activity app.

nickvergessen avatar Apr 24 '19 12:04 nickvergessen

Filter Option would be a nice feature indeed.

Filter

and when you filter with click on User, Mimetype, delete/edit/, ... symbol

Andreas-Kainz avatar Jan 07 '20 22:01 Andreas-Kainz

I would also appreciate this feature - possibility to filter activities by type (created / deleted / renamed), by user, by time-range (etc.)

FDVCZ avatar Mar 11 '20 12:03 FDVCZ

In a big Nextcloud instance, with tens of users, filter activities by User (at least) would be indeed a very good option. 👍

solracsf avatar May 17 '20 18:05 solracsf

Found this while looking for activity requests related to Filter by Project

sunjam avatar Nov 13 '20 05:11 sunjam

Hello o/ is this the same issue as to include activities in the search function? Because now the search function overrides the normal ctrl-f search.

HieronymusCH avatar Apr 29 '21 07:04 HieronymusCH

Hi, I'm also looking for filtering by date (before/after) in the API.

rasca avatar Oct 24 '22 13:10 rasca

it should be possible to

  • exclude "myself" - as I know what I did
  • select changes of specific users or user groups.

ferdiga avatar Jun 03 '24 11:06 ferdiga