Mercurial
Mercurial
>
irinotes
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-120
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Cleaning session form. The group and protocol are no longer editable. Removing cruft
2017-08-03, by ymh
add menu to change current group and create a new group
2017-08-03, by ymh
Work on correct protocol propagation
2017-08-03, by ymh
add group to sync + create groups + various component cleaning
2017-08-01, by ymh
add personal group, default_group to users and add group info to session on backend
2017-07-31, by ymh
make synchronization recurent, improve synchronization status display
2017-07-30, by ymh
Add a first version of synchronisation
2017-07-28, by ymh
add filter on session and node list to recover specific objects
2017-07-25, by ymh
updates TODO in README
2017-07-28, by duong tam kien
add log api for syncing
2017-07-24, by ymh
remove unecessary dependencies to Redux
2017-07-20, by ymh
implement soft delete and indicator that session and notes have been modiied
2017-07-20, by ymh
new group creation
2017-07-19, by duong tam kien
bug fix
2017-07-19, by duong tam kien
all screens are now covered (but not completed)
2017-07-18, by duong tam kien
for notes api, the end point list all properties.
2017-07-19, by ymh
add parameter to filter session and note by updated date. Add pagination on sessions and notes. add read only endpoint at root level to list notes
2017-07-19, by ymh
make description field optional for group
2017-07-18, by ymh
Add api endpoints for group management
2017-07-18, by ymh
add documentation for metacategory editor
2017-07-17, by ymh
scaffolding
2017-07-17, by duong tam kien
adds a synthesis step
2017-07-10, by duong tam kien
adds note taking lifecycle diagram
2017-07-10, by duong tam kien
adds README
2017-07-07, by duong tam kien
comforms to jwt model
2017-07-07, by duong tam kien
logout sequence diagrams
2017-07-07, by duong tam kien
Allow editing margin comment.
2017-06-29, by Alexandre Segura
Change add group button design.
2017-06-29, by Alexandre Segura
Confirm logout when pending requests, try to purge offline.outbox
2017-06-29, by Alexandre Segura
Fix bug when there is no group.
2017-06-29, by Alexandre Segura
Introduce authenticated routes.
2017-06-29, by Alexandre Segura
Go back to homepage on logout.
2017-06-28, by Alexandre Segura
Fix error.
2017-06-28, by Alexandre Segura
Add TextPositionSelector.
2017-06-28, by Alexandre Segura
Add group dropdown, update session after group creation.
2017-06-28, by Alexandre Segura
Introduce group creation.
2017-06-27, by Alexandre Segura
Add group endpoint.
2017-06-27, by Alexandre Segura
Introduce WebAnnotationSerializer.
2017-06-27, by Alexandre Segura
Improve the network saga. Try to avoid unnecessary token refresh
2017-06-27, by ymh
Also delete notes when deleting session.
2017-06-27, by Alexandre Segura
Add confirmation when deleting session.
2017-06-26, by Alexandre Segura
Submit form on enter.
2017-06-26, by Alexandre Segura
Allow to delete session.
2017-06-26, by Alexandre Segura
Add missing file from previous commit.
2017-06-26, by Alexandre Segura
DRY
2017-06-26, by Alexandre Segura
Improve login errors.
2017-06-26, by Alexandre Segura
Add registration page.
2017-06-26, by Alexandre Segura
Deauthenticate user if refresh was not possible (session expired or total delta reached)
2017-06-26, by ymh
Add first implementation of network monitor
2017-06-26, by ymh
Add margin comments in server save
2017-06-23, by ymh
add a test for updating nodes
2017-06-23, by ymh
Move logic to NotesList component.
2017-06-23, by Alexandre Segura
add server request for note update and delete
2017-06-23, by ymh
Add close icon when editing note.
2017-06-23, by Alexandre Segura
Add online/offline indicator.
2017-06-23, by Alexandre Segura
Implement note edition.
2017-06-23, by Alexandre Segura
Introduce note editing, allow deleting note.
2017-06-23, by Alexandre Segura
Store margin comment.
2017-06-22, by Alexandre Segura
some linting
2017-06-22, by ymh
Use sortBy which is more compact
2017-06-22, by ymh
Make sure to sort nodes in session
2017-06-22, by ymh
add api call to save notes. internally use ts for time data for notes and session
2017-06-22, by ymh
Make session summary scrollable.
2017-06-22, by Alexandre Segura
Add checkbox to add not on enter key.
2017-06-22, by Alexandre Segura
add date field on session object
2017-06-21, by ymh
Ass src/sass in the watch list for node-sass
2017-06-21, by ymh
Import material-fonts in project for offline usage
2017-06-21, by ymh
Correct session creation and add offline to the persisted state
2017-06-21, by ymh
Change to UserRecord
2017-06-20, by ymh
Action types cleaning
2017-06-20, by ymh
Use a fonctionnal component for the login part of the navbar
2017-06-20, by ymh
Introduce adding note on "enter" key.
2017-06-20, by Alexandre Segura
Improve session page layout, introduce summary.
2017-06-20, by Alexandre Segura
migrate to redux-offline + various optimisation
2017-06-20, by ymh
README
2017-06-20, by duong tam kien
on server, augment default token lifetime and add settings in .env to control it. Add the refresh endpoint
2017-06-19, by ymh
Backed out changeset f16a080e0bc4
2017-06-19, by ymh
on server, augment default token lifetime and add settings in .env to control it. Add the refresh endpoint
2017-06-19, by ymh
Take client from context
2017-06-19, by ymh
Use token in storage state, not in localStorage
2017-06-19, by ymh
put APIClient in context
2017-06-19, by ymh
add some config values
2017-06-19, by ymh
Add settings page.
2017-06-19, by Alexandre Segura
Implement logout.
2017-06-19, by Alexandre Segura
Fix APIClient.
2017-06-19, by Alexandre Segura
add readme
2017-06-19, by duong tam kien
Use token to identify requests.
2017-06-19, by Alexandre Segura
iconography
2017-06-19, by duong tam kien
Store token & user.
2017-06-19, by Alexandre Segura
Move session form to dedicated component.
2017-06-19, by Alexandre Segura
Fix session page CSS.
2017-06-19, by Alexandre Segura
Introduce authentication through API.
2017-06-16, by Alexandre Segura
transparency
2017-06-15, by duong tam kien
degree zero of control
2017-06-15, by duong tam kien
bootstrap of list of sessions
2017-06-15, by duong tam kien
Use yields instead of promises
2017-06-15, by ymh
add CORS headers
2017-06-15, by ymh
add missing libraries
2017-06-15, by ymh
small doc additions to the readme
2017-06-14, by ymh
reorganize urls and add user management api urls
2017-06-14, by ymh
Improve session page design.
2017-06-14, by Alexandre Segura
Prevent form submit.
2017-06-14, by Alexandre Segura
Stick editor to bottom.
2017-06-14, by Alexandre Segura
Fix typos.
2017-06-14, by Alexandre Segura
improve api
2017-06-14, by ymh
Update session in PouchDB.
2017-06-14, by Alexandre Segura
Store data in PouchDB.
2017-06-12, by Alexandre Segura
Clear interval when component unmounts.
2017-06-12, by Alexandre Segura
titre et description et date
2017-06-12, by duong tam kien
Store categories in note.
2017-06-09, by Alexandre Segura
Improve categories tooltip.
2017-06-08, by Alexandre Segura
first data model for backend
2017-06-08, by ymh
notes layout
2017-06-08, by duong tam kien
edit bar pattern
2017-06-08, by duong tam kien
First version of categories tooltip.
2017-06-08, by Alexandre Segura
start of sidebar and navbar
2017-06-07, by duong tam kien
Introduce "annotation" plugin.
2017-06-06, by Alexandre Segura
Add some styles for note timings.
2017-06-01, by Alexandre Segura
Store serialized HTML in note.
2017-06-01, by Alexandre Segura
Draft implementation of note timing.
2017-06-01, by Alexandre Segura
less
more
|
(0)
-120
tip