pub / rememori

Simple file-based bookmarking and notes application
git clone https://src.jayvii.de/pub/rememori.git
Home | Log | Files | Exports | Refs | README | RSS

DateCommit messageAuthorFiles+-
2024-11-02 10:44feat: include full file path in gather_notes()JayVii1+1-0
2024-11-02 10:21fix: update videos/images in FAQJayVii1+3-1
2024-11-02 08:59fix: describe bookmarklet usage in more detailJayVii3+16-0
2024-11-02 08:22feat: separate html blocks into sectionsJayVii1+51-44
2024-11-01 16:43fix: add missing semicolonJayVii1+1-2
2024-11-01 16:28feat: implement account viewJayVii10+191-23
2024-11-01 10:28fix: if filename changed, update it in indexJayVii2+3-3
2024-11-01 10:08fix: ensure that new files never overwrite existing onesJayVii2+27-2
2024-11-01 09:50feat: use file content as filename if no link is presentJayVii1+23-13
2024-10-31 20:54fix: tell user to login againJayVii1+2-2
2024-10-31 20:46fix: lax cookie required for APIJayVii1+1-1
2024-10-31 18:30fix: do not use credentials in bookmarklet (will use cookie)JayVii3+5-13
2024-10-30 15:59feat: use cookie in APIJayVii3+35-16
2024-10-30 15:34fix: prevent sample config from being loadedJayVii1+0-0
2024-10-29 20:22feat: store tokens in json file and allow multiple tokensJayVii2+86-13
2024-10-29 17:03fix: use json_encode for json outputJayVii1+8-9
2024-10-29 11:09fix: use base64 encoded path for note and deletion IDJayVii1+8-13
2024-10-29 10:34feat: cleanup empty categoriesJayVii3+47-0
2024-10-29 09:43fix: use multilanguage responses; fix: only load required functionsJayVii5+129-115
2024-10-29 09:31fix: increase closing timeJayVii1+1-1
2024-10-29 09:18feat: option to return api message as HTMLJayVii3+116-26
2024-10-28 07:57feat: document shortcuts for desktop and AndroidJayVii1+41-2
2024-10-27 16:24feat: add icons to RSS feedJayVii1+10-3
2024-10-27 15:27feat: mention bookmarkletJayVii1+5-0
2024-10-27 15:19feat: document APIJayVii1+15-1
2024-10-27 15:15feat: add a readme with screenshotsJayVii1+83-0
2024-10-27 15:15fix: do not attempt to move a new fileJayVii2+9-2
2024-10-27 14:18fix: show "categories" view after loginJayVii1+1-1
2024-10-27 14:16fix: link favicons in all sizesJayVii1+9-4
2024-10-27 13:59fix: if category-prompt was canceled use empty category in bookmarkletJayVii1+1-0
2024-10-27 13:40fix: only print "similar notes" button if a category is knownJayVii1+9-0
2024-10-27 13:37feat: implement list of categories as its own page and make it "home"JayVii6+136-74
2024-10-27 12:40fix: first rename, then update contentJayVii1+17-13
2024-10-27 12:34fix: send according status codes and mime typesJayVii2+9-0
2024-10-27 12:27fix: ignore user's config fileJayVii1+1-0
2024-10-27 12:26feat: show header also on Login with URL to sourcecodeJayVii2+17-4
2024-10-26 22:22fix: cleanup filenames properlyJayVii3+33-15
2024-10-26 21:27fix: move config to a sample configurationJayVii1+0-0
2024-10-26 21:17feat: add bookmarkletJayVii5+48-2
2024-10-26 17:48fix: use ATOM time formattingJayVii2+5-2
2024-10-26 17:35feat: use correct functionJayVii1+1-1
2024-10-26 17:21feat: implement search functionJayVii4+237-0
2024-10-26 16:26feat: add option to gather RSS feed from categoriesJayVii1+102-0
2024-10-26 15:48feat: allow more characters in titlesJayVii3+10-8
2024-10-26 15:47feat: show similar posts via tags in show modeJayVii2+31-0
2024-10-26 14:42feat: use URL as note name before falling back to shasumJayVii1+13-4
2024-10-26 14:23fix: workaround issues when changing categoriesJayVii3+11-3
2024-10-26 12:04feat: make REUSE compliantJayVii4+451-0
2024-10-26 12:04feat: add 404 pageJayVii1+31-0
2024-10-26 12:04fix: ensure permissions are safeJayVii1+20-0
2024-10-26 12:01feat: add icons and manifestJayVii11+56-2
2024-10-26 11:44feat: write JSON response in REST APIJayVii1+19-4
2024-10-26 11:36feat: REST API for writing new notesJayVii1+81-0
2024-10-26 11:35feat: make data dir adjustableJayVii8+20-10
2024-10-26 11:00feat: Add German translationJayVii1+20-1
2024-10-26 10:57fix: use time of content changeJayVii2+1-4
2024-10-26 10:54fet: add delete button in listJayVii5+58-1
2024-10-26 10:29fix: use (session) cookies for loginJayVii10+133-165
2024-10-26 09:08feat: finish basic functionalityJayVii10+599-274
2024-10-25 16:06feat: implement rudimentary auth processJayVii11+281-30
2024-10-25 15:44feat: add function to edit notesJayVii4+64-8
2024-10-25 15:20fix: ensure file is only subsetted if content existsJayVii1+6-1
2024-10-25 15:16feat: gather post inputs via helper functionJayVii2+29-13
2024-10-25 15:02fix: rename edit_note to show_noteJayVii3+52-52
2024-10-25 12:58fix: add string for listing buttonJayVii1+1-0
2024-10-25 12:58feat: add option to list a single categoryJayVii1+66-5
2024-10-25 12:57fix: read note properlyJayVii1+1-1
2024-10-25 12:57feat: helper function to extract link in first line of filesJayVii1+22-1
2024-10-25 12:56feat: if link is present in first line of note, use anchor in listJayVii1+24-6
2024-10-25 12:55fix: return empty string if file could not be readJayVii1+24-9
2024-10-25 11:02wip: implement show actionJayVii4+21-4
2024-10-25 10:47feat: add Simple.CSS stylesheetsJayVii2+714-0
2024-10-25 10:46wip: initial index pageJayVii2+93-2
2024-10-25 10:36feat: multilanguage labelsJayVii1+17-0
2024-10-25 10:35fix: minor bug-fixes; fix: move sorting-function to helpersJayVii5+10-19
2024-10-24 19:55feat: note previous filename for renaming proceduresJayVii1+19-1
2024-10-24 19:48fix: end function properlyJayVii1+6-1
2024-10-24 15:27feat: add function to list notesJayVii1+112-0
2024-10-24 15:19feat: exclude data dir from gitJayVii1+1-0
2024-10-24 14:37fix: set correct copyright text and filetypesJayVii4+28-28
2024-10-24 14:31feat: add function to edit notesJayVii2+26-0
2024-10-24 14:30feat: add function to write notesJayVii1+44-0
2024-10-24 14:30feat: add function to read notesJayVii2+31-0