Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use contains_url filter for navigating files and showing a file index for a room #652

Closed
ara4n opened this issue Sep 25, 2016 · 4 comments
Closed
Assignees
Labels
P1 T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements

Comments

@ara4n
Copy link
Member

ara4n commented Sep 25, 2016

No description provided.

@ylecollen
Copy link

@giomfo giomfo self-assigned this Sep 27, 2016
@giomfo giomfo added T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements feature P1 labels Sep 27, 2016
giomfo added a commit to matrix-org/matrix-ios-sdk that referenced this issue Oct 3, 2016
giomfo added a commit to matrix-org/matrix-ios-kit that referenced this issue Oct 3, 2016
giomfo added a commit to matrix-org/matrix-ios-sdk that referenced this issue Oct 5, 2016
…file index for a room.

element-hq/element-ios#652

MXRestClient: Support 3 filtering modes on attachments during the messages search (see `MXMessagesSearchMediaFilter`):
- Default value. No limitation.
- Only the messages which contain an URL are concerned by the search request.
- The messages which contain an URL are not concerned by the search request.
giomfo added a commit to matrix-org/matrix-ios-kit that referenced this issue Oct 5, 2016
…file index for a room.

element-hq/element-ios#652

MXRestClient: Support 3 filtering modes on attachments during the messages search (see `MXMessagesSearchMediaFilter`):
- Default value. No limitation.
- Only the messages which contain an URL are concerned by the search request.
- The messages which contain an URL are not concerned by the search request.
giomfo added a commit that referenced this issue Oct 5, 2016
…file index for a room

#652

Support file search at room level.
giomfo added a commit to matrix-org/matrix-ios-sdk that referenced this issue Oct 6, 2016
…file index for a room.

element-hq/element-ios#652

MXRestClient: Define 'MXRoomEventFilter' object to handle room event filtering in server request.
giomfo added a commit to matrix-org/matrix-ios-kit that referenced this issue Oct 6, 2016
giomfo added a commit that referenced this issue Oct 6, 2016
…file index for a room

#652

Support file search at room level.
@giomfo
Copy link
Member

giomfo commented Oct 12, 2016

Fixed
The contains_url filter is now used in case of search (global search and room data search).
It is not used for showing a file index for a room because we are using the local storage of the room data by keeping update the storage for all the room data (not only the attachments).

@giomfo giomfo closed this as completed Oct 12, 2016
@giomfo giomfo reopened this Nov 16, 2016
@giomfo
Copy link
Member

giomfo commented Nov 16, 2016

The contains_url filter must be used for showing a file index for a room.

@giomfo giomfo removed the feature label Nov 16, 2016
@giomfo
Copy link
Member

giomfo commented Nov 25, 2016

Closed: an issue was created for this second point: #720.

@giomfo giomfo closed this as completed Nov 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements
Projects
None yet
Development

No branches or pull requests

3 participants