Tom Moor
d024d31f66
refactor: flow typing ( #1012 )
...
* fix: padding
* fix: Minor button alignment issues
* feat: Add icon to invite people button
* WIP
2019-08-08 23:09:09 -07:00
Tom Moor
7b2eea0009
feat: Add icon to invite people button
2019-08-08 22:10:11 -07:00
Tom Moor
2ce11365ab
fix: Minor button alignment issues
2019-08-08 22:07:29 -07:00
Tom Moor
e936aa82c9
fix: padding
2019-08-08 21:25:51 -07:00
Tom Moor
a26ae119fe
feat: Keyboard shortcut reference inside editor
2019-08-08 21:13:58 -07:00
Tom Moor
978eda3ad2
fix: Deleted collections not showing in audit log
...
feat: Show titles of objects in audit log
fix: modelId not saved with share events
fix: List item squashes avatar at small screen sizes
2019-08-07 20:52:59 -07:00
Tom Moor
0f028812e1
fix: Flash of documents on home if drafts load before main request
...
fix: Drafts loading placeholder misplaced
2019-08-06 23:46:27 -07:00
Tom Moor
5c99116898
feat: redirect to requested doc after authentication
2019-08-05 22:25:19 -07:00
Tom Moor
fb4f6822a4
feat: Events / audit log ( #1008 )
...
* feat: Record events in DB
* feat: events API
* First pass, hacky activity feed
* WIP
* Reset dashboard
* feat: audit log UI
feat: store ip address
* chore: Document events.list api
* fix: command specs
* await event create
* fix: backlinks service
* tidy
* fix: Hide audit log menu item if not admin
2019-08-05 20:38:31 -07:00
Tom Moor
92a18159b5
feat: Export collection as direct download instead of emailing ( #1001 )
...
* feat: Export collection as zip instead of emailing
* Flow typing download.js
2019-07-29 22:35:34 -07:00
Tom Moor
18d104218e
fix: public share links attempting to load backlinks
2019-07-13 11:33:32 -07:00
Tom Moor
a515631e21
feat: document menu available in sidebar ( #986 )
...
* feat: document menu available in sidebar
* fix: more accessible blue
* feat: accessible blue
feat: clearer new doc button
closes #983
* lint
2019-07-13 10:15:38 -07:00
Tom Moor
3d805d5fe7
chore: tooltip update / remove css loader ( #985 )
...
* fix: Add suspended filter to people management #984
* chore: removing css loader
* pui-react-tooltip -> tippy
closes #980
* remove extract-text-plugin
2019-07-09 21:17:25 -07:00
Tom Moor
7db0be0a6a
fix: 2px misalignment
...
feat: Improved readability of tabs and subheadings
2019-07-07 21:40:34 -07:00
Tom Moor
091e542406
feat: Backlinks ( #979 )
...
* feat: backlinks
* feat: add backlinkDocumentId to documents.list
* chore: refactor
fix: create and delete backlink handling
* fix: guard against self links
* feat: basic frontend
fix: race condition
* styling
* test: fix parse ids
* self review
* linting
* feat: Improved link styling
* fix: Increase clickable area at bottom of doc / between references
* perf: global styles are SLOW
2019-07-07 19:25:45 -07:00
Tom Moor
3e3db7435f
lint
2019-07-07 19:18:51 -07:00
thenanyu
dea6085a11
refactor document dirty and empty logic
2019-07-06 21:45:50 -07:00
Tom Moor
f0de382367
fix: Deeply nested document breadcrumb menu
2019-06-25 23:21:04 -07:00
Tom Moor
5f8956e5c6
fix: more language cleanup
2019-06-25 22:06:20 -07:00
Tom Moor
b93824915d
fix: Settings screen cleanup
2019-06-25 21:53:23 -07:00
Tom Moor
424af9e72c
feat: Show account email address on notification settings
2019-06-25 21:38:23 -07:00
Tom Moor
d5192acabf
feat: invites ( #967 )
...
* stub invite endpoint
* feat: First pass invite UI
* feat: allow removing invite rows
* First pass: sending logic
* fix: label accessibility
* fix: add button submits
incorrect permissions
middleware flow error
* 💚
* Error handling, email filtering, tests
* Flow
* Add Invite to people page
Remove old Tip
* Add copy link to subdomain
2019-06-24 22:14:59 -07:00
Tom Moor
2db8cdc7d1
Fixes #952 – Page jump
2019-05-19 17:49:51 -07:00
Tom Moor
bc918b7bf5
Fixes: Search filter dropdown should close on selection
2019-04-23 20:30:40 -07:00
Tom Moor
a35a047cc2
Fixes: Loading indicator on search screen load
...
Fixes: Unscrollable dropdowns with large datasets
2019-04-23 07:51:02 -07:00
Tom Moor
da7fdfef0a
Improved search filtering ( #940 )
...
* Filter search by collectionId
* Improve spec, remove recursive import
* Add userId filter for documents.search
* 💚
* Search filter UI
* WIP UI
* Date filtering
Prevent dupe menu
* Refactor
* button
* Added year option, improved hover states
* Add new indexes
* Remove manual string interpolation in SQL construction
* Move dateFilter validation to controller
* Fixes: Double query when changing filter
Fixes: Visual jump between filters in dropdown
* Add option to clear filters
* More clearly define dropdowns in dark mode
* Checkbox -> Checkmark
2019-04-23 07:31:20 -07:00
Tom Moor
a256eba856
Fixes #936
2019-04-20 15:31:51 -07:00
Tom Moor
8f276731ed
Fixes: Socket reconnecting when changing theme
2019-04-20 15:19:35 -07:00
Tom Moor
f491029c21
Missing divider on document header
2019-04-17 23:13:25 -07:00
Tom Moor
07a941a65d
Websocket Support ( #937 )
...
* Atom / RSS meta link
* Spike
* Feeling good about this spike now
* Remove document.collection
* Remove koa.ctx from all presenters to make them portable outside requests
* Remove full serialized model from events
Move events.add to controllers for now, will eventually be in commands
* collections.create event
parentDocument -> parentDocumentId
* Fix up deprecated tests
* Fixed: Doc creation
* documents.move
* Handle collection deleted
* 💚
* Authorize room join requests
* Move starred data structure
Account for documents with no context on sockets
* Add socket.io-redis
* Add WEBSOCKETS_ENABLED env variable to disable websockets entirely for self hosted
New installations will default to true, existing installations to false
* 💚 No need for promise response here
* Reload notice
2019-04-17 19:11:23 -07:00
Tom Moor
4a571a088e
Closes #930 – Don't allow launch of move dialog from drafts
2019-04-10 21:13:21 -07:00
Tom Moor
c1256c61aa
Search archived documents ( #932 )
...
* POC
* Improved styling
* Test
2019-04-09 09:20:30 -07:00
Tom Moor
57e051d62b
Clarify available options in document move
...
closes #852
2019-04-08 22:27:10 -07:00
Tom Moor
a3ca3447d1
Closes #929 – Clarify pin feature
2019-04-08 21:47:27 -07:00
Tom Moor
763f57a3dc
Move document improvements ( #927 )
...
* Show all collections in UI
* Introduce command pattern
* Actually remove from previous collection
* Stash
* Fixes: Promises resolved outside of response lifecycle
* 💚
* 💚
* documentMover tests
* Transaction
* Perf. More in transactions
2019-04-08 21:25:13 -07:00
André Glatzl
e33d447a0d
Issue #919 : Show DocumentPath in Breadcrumbs at Publishing Info, instead of only showing collection's name ( #920 )
...
closes https://github.com/outline/outline/issues/919
2019-04-06 16:45:08 -07:00
Tom Moor
642c11ff7d
Document Archive ( #921 )
...
* WIP: Archive
* WIP
* Finishing up archive endpoints
* WIP
* Update docs
* Flow
* Stash
* Add toast message confirmations
* Redirect handling, fixed publishhing info for archived docs
* Redirect to collection instead of home, remove unused pub info
* Account for deleted parent
* Trash -> Archive
Allow reading of archived docs
* Dont overload deletedAt
* Fixes
* 💚
* ParentDocumentId wipe for unarchived sub docs
* Fix: CMD+S exits editing
Fix: Duplicate user name on published but unedited docs
* Improve jank on paginated lists
* Prevent editing when archived
* 💚
Separate lint / flow steps
2019-04-06 16:20:27 -07:00
Tom Moor
76957865bb
Ensure normalize on load, imported documents arent safe
2019-03-31 14:39:55 -07:00
Tom Moor
1883e77d5c
Bump RME, improve perf
2019-03-30 23:36:02 -07:00
Tom Moor
20a54bd2e9
Don't publish by default
2019-03-30 23:35:53 -07:00
Tom Moor
59c82f1f06
Dark Mode ( #912 )
...
closes #704
2019-03-12 21:35:35 -07:00
Tom Moor
a2749a752a
ESC key should go back when editing a document
2019-03-09 20:12:43 -08:00
Tom Moor
fc7c485ba9
Add 'n' shortcut for new doc
...
Fixed cmd+enter shortcut to publish doc
Fixed keyboard shortcut display on non-mac
Fixed heading alignment
Fixed documents smaller than page should not scroll
2019-03-09 20:00:45 -08:00
Tom Moor
f75783c2f1
Added empty state on user profiles when no documents edited
2019-03-09 18:55:54 -08:00
Tom Moor
24bf3766bf
Add shortcut tip when searching
2019-03-09 16:10:53 -08:00
Tom Moor
8af7c3c264
Closes #894 - Sidebar jumping regression
2019-02-17 00:38:35 -08:00
Tom Moor
be85e8a6e0
Closes #895 - Chrome 72 changed flexbox behavior
2019-02-08 10:29:19 +07:00
Tom Moor
c2e58898d8
Fixes: Multiline blockquotes collapse
2019-01-27 22:43:40 +00:00
Tom Moor
70d30e31b9
Fixes: Quick fix for document move not working
2019-01-26 18:01:13 +00:00
Tom Moor
0ce50781d7
Fixes: Redirects do not push into history stack
2019-01-26 13:01:33 +00:00