This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/server/api
Tom Moor 7f9cba9819
feat: Record share link last accessed time (#2047)
* chore: Migrations

* chore: Add recording of share link views

* feat: Add display of share link accessed date in admin

* translations

* test

* translations, admin pagination
2021-04-18 09:38:13 -07:00
..
__snapshots__ feat: Read-only users (#1955) 2021-04-11 19:39:17 -07:00
middlewares chore: Upgrade Babel, Jest, Eslint (#1437) 2020-08-08 22:53:59 -07:00
apiKeys.js chore: Serialize domain policies on team (#1970) 2021-03-22 20:50:12 -07:00
attachments.js chore: Serialize domain policies on team (#1970) 2021-03-22 20:50:12 -07:00
attachments.test.js feat: Add read-only collections (#1991) 2021-03-30 21:02:08 -07:00
auth.js fix: Unneeded object keys in API response 2021-04-03 17:18:26 -07:00
auth.test.js feat: Move to passport for authentication (#1934) 2021-03-11 10:02:22 -08:00
authenticationProviders.js feat: authenticationProviders API endpoints (#1962) 2021-03-26 11:31:07 -07:00
authenticationProviders.test.js feat: authenticationProviders API endpoints (#1962) 2021-03-26 11:31:07 -07:00
collections.js feat: Add read-only collections (#1991) 2021-03-30 21:02:08 -07:00
collections.test.js feat: Add read-only collections (#1991) 2021-03-30 21:02:08 -07:00
documents.js feat: Record share link last accessed time (#2047) 2021-04-18 09:38:13 -07:00
documents.test.js feat: Record share link last accessed time (#2047) 2021-04-18 09:38:13 -07:00
events.js fix: Server error when invalid 'sort' field is passed from an API client (#2000) 2021-03-31 18:54:02 -07:00
events.test.js feat: Add parameters for filtering events (#1863) 2021-02-04 20:20:56 -08:00
groups.js fix: Server error when invalid 'sort' field is passed from an API client (#2000) 2021-03-31 18:54:02 -07:00
groups.test.js buildUser -> buildAdmin 2021-03-22 20:59:11 -07:00
hooks.js chore: Migrate authentication to new tables (#1929) 2021-03-09 12:22:08 -08:00
hooks.test.js chore: Migrate authentication to new tables (#1929) 2021-03-09 12:22:08 -08:00
index.js feat: authenticationProviders API endpoints (#1962) 2021-03-26 11:31:07 -07:00
index.test.js chore: Upgrade Babel, Jest, Eslint (#1437) 2020-08-08 22:53:59 -07:00
integrations.js fix: Server error when invalid 'sort' field is passed from an API client (#2000) 2021-03-31 18:54:02 -07:00
notificationSettings.js chore: Serialize domain policies on team (#1970) 2021-03-22 20:50:12 -07:00
revisions.js fix: Server error when invalid 'sort' field is passed from an API client (#2000) 2021-03-31 18:54:02 -07:00
revisions.test.js feat: Add read-only collections (#1991) 2021-03-30 21:02:08 -07:00
shares.js feat: Record share link last accessed time (#2047) 2021-04-18 09:38:13 -07:00
shares.test.js fix: Error in shares.info endpoint when user originally creating share has been deleted 2021-03-31 18:04:40 -07:00
team.js fix: Server error when attempting to update team with identical details to previous 2020-12-04 10:18:30 -08:00
team.test.js fix: Server error when attempting to update team with identical details to previous 2020-12-04 10:18:30 -08:00
users.js feat: Read-only users (#1955) 2021-04-11 19:39:17 -07:00
users.test.js feat: Read-only users (#1955) 2021-04-11 19:39:17 -07:00
utils.js fix: Attachments should not always be deleted with their original document (#1715) 2020-12-14 19:55:22 -08:00
utils.test.js fix: Attachments should not always be deleted with their original document (#1715) 2020-12-14 19:55:22 -08:00
views.js chore: Upgrade Babel, Jest, Eslint (#1437) 2020-08-08 22:53:59 -07:00
views.test.js feat: Add read-only collections (#1991) 2021-03-30 21:02:08 -07:00