n8225
2b4fd9f0cb
Remove unneeded alter table transactions from sqlite ( #372 )
2022-02-14 19:49:46 +01:00
Felipe Martin Garcia
0bd297d63c
fix: update bookmark on sqlite database ( #367 )
...
It used an update and insert at the same time, since the virtual table
cannot have constrants nor upserts we need to try an update the
bookmark content to check for it's existence, inserting it only if the
update fails (don't affect any rows).
This will need to be improved in the future, since not all bookmark
updates require modification of the content table (in my case, I was
testing only updating tags).
2022-02-13 21:28:40 +01:00
Felipe Martin Garcia
fb0bf38b7e
feat: async content download when creating via api ( #368 )
...
* feat: async content download when creating via api
Invoking the content download code in a goroutine after saving the
bookmark, this way we can return a response to the user quickly while
the webpage is donwloaded and archived.
Cache api endpont (/api/cache) remains untouched until I understand
the logic behind it.
Also updated the API endpoint for the extension, though I'm unsure why
there's a difference between the "regular" API and the webext API,
they should be using the same APIs.
2022-02-13 21:09:42 +01:00
n8225
d05d1ad2c0
Setup new CI/CD workflows ( #365 )
...
* CI/CD setup
* Setup for go-shiori
* Fix docker image
* Dockerfile adjustments
2022-02-13 16:38:54 +01:00
Felipe Martin Garcia
a76b121098
fix: golangci-lint errors ( #366 )
2022-02-13 16:38:27 +01:00
Felipe M
2ca628b7fe
hotfix: fixes session duration from #346
2022-02-11 16:00:38 +01:00
Felipe M
2dc462b010
docs: updated readme docker links
2022-02-11 14:12:15 +01:00
Felipe Martin Garcia
d56993292b
fix: remember me session duration ( #346 )
...
- Default session duration is 1h
- Increased session duration (when remember me is checked) is
increased to 30d.
2022-02-11 14:05:34 +01:00
n8225
f1c98a8e98
Update Dependencies and Replace mattn/go-sqlite with modernc.org/sqlite ( #345 )
...
* No more CGO
* Update all dependencies to current
* Only test against go 1.17.
2022-02-11 13:59:49 +01:00
Felipe M
91e1bc85b4
chore: stalebot for pull requests
2022-02-10 23:03:49 +01:00
Felipe M
d70a8f2692
chore: configuration for stale bot
2022-02-10 22:55:54 +01:00
Felipe Martin Garcia
cf88489187
Merge pull request #341 from n8225/updateDockerfile
...
Remove golang from final docker image
2022-02-07 08:46:31 +01:00
Nathan W Rew
748b306563
Remove golang from final image
2022-02-06 09:38:02 -06:00
Felipe Martin Garcia
50ecb90c2b
docs: updated disclaimer
...
Removed maintenance message and added a link to the announcements section and the IRC chat
2022-02-04 21:47:42 +01:00
Dean Jackson
a950bfec4c
Merge pull request #264 from lapwat/master
...
bug: Docker build
2020-08-20 18:38:54 +02:00
lapwat
83e3621af6
bug: Docker build
2020-08-11 22:51:30 +00:00
Dean Jackson
4ff6ddd65a
Merge pull request #246 from Midek/master
...
update url also when offline mode
2020-08-06 22:28:04 +02:00
Dean Jackson
3d74038326
Update links and email addresses
2020-08-06 22:26:59 +02:00
Dean Jackson
ee877b8c9f
Remove Radhi's accounts from GitHub Sponsors
2020-08-06 22:15:45 +02:00
Dean Jackson
ff5c464156
Merge pull request #259 from go-shiori/fix/exit-status
...
Exit with non-zero status when commands fail
2020-08-06 21:28:57 +02:00
Dean Jackson
a0ce725167
Exit with non-zero status when add fails
2020-08-06 21:12:34 +02:00
Dean Jackson
7124dc2e08
Merge pull request #258 from go-shiori/ci
...
Add GitHub Action to lint code and run unit tests on supported platforms + Go versions.
2020-08-06 21:11:19 +02:00
Dean Jackson
c5fd20040a
Add GitHub Action for tests & coverage
2020-08-06 21:08:43 +02:00
Dean Jackson
acc86d74e2
Exit with non-zero status when add fails
2020-08-06 20:03:25 +02:00
Dean Jackson
8146d3ac0f
Merge pull request #192 from agorf/patch-1
...
Minor improvements and typo fixes in the README text
2020-08-06 19:27:52 +02:00
Dean Jackson
5601ac7904
Merge branch 'master' into patch-1
2020-08-06 19:27:38 +02:00
Dean Jackson
b7a5a61e01
Merge pull request #223 from deanishe/fix/mysql-charset
...
Specify charset for MySQL connection
2020-08-06 19:26:13 +02:00
Dean Jackson
60b7f29847
Merge pull request #221 from deanishe/fix/autofill
...
Fix login autofill
2020-08-06 19:25:15 +02:00
Dean Jackson
ff94c36ae3
Update notice about maintainership
...
Clarify that @deanishe is the new maintainer and that @RadhiFadlillah is awesome.
2020-08-06 14:26:48 +02:00
Radhi
5bf02d8ceb
Add notice about project archival
2020-06-20 18:11:03 +07:00
Midov
3fe593d2e7
update url also when offline mode
2020-05-04 00:29:44 +02:00
Dean Jackson
32f9d2695f
Explicit charset for MySQL connection
2019-12-13 08:52:26 +01:00
Dean Jackson
a5cb2c6e40
Fix login autofill
...
Add <form> element, as some browsers won't autofill fields
not contained in form.
Remove username and password bindings, and explicitly read
inputs instead. Some browsers do not fire onChange events
when a field is autofilled for security reasons, so Vue
bindings don't register the change.
https://github.com/facebook/react/issues/1159#issuecomment-506584346
2019-12-13 08:36:16 +01:00
Radhi
9f7c8bf6cb
Merge pull request #206 from khoanguyen96/fix-js-mimetype
...
wrap mime.TypeByExtension with preset mimetypes
2019-10-23 21:30:05 +07:00
Khoa Nguyen
d1d48ad788
wrap mime.TypeByExtension with preset mimetypes
2019-10-21 20:16:50 -07:00
Radhi
a0d727babe
Merge pull request #205 from nfam/master
...
Fix: grid layout on dialog
2019-10-16 20:14:27 +07:00
Ninh Pham
98353369f7
Fix: grid layout on dialog
2019-10-14 10:51:11 +07:00
Radhi Fadlillah
7a2bcacf51
Fix: hasArchive
icon gone after update bookmark
2019-10-13 08:37:10 +07:00
Radhi Fadlillah
7d938f3893
Fix: checkbox in dialog doesn't work
2019-10-13 08:22:17 +07:00
Radhi
243a88c458
Merge pull request #202 from nfam/master
...
Fix: Bookmark content displays Invalid Date if database is PostgreSQL
2019-10-12 21:41:35 +07:00
Ninh Pham
ef248c8fc4
Fix: Bookmark content displays Invalid Date if database is PostgreSQL #201
2019-10-12 20:15:11 +07:00
Radhi Fadlillah
d2906b126a
Fix wrong cookie path
2019-10-11 14:14:17 +07:00
Radhi
599afeaae0
Merge pull request #199 from nfam/master
...
Fix: Safari does not accept document.baseURI for cookie path
2019-10-11 14:03:07 +07:00
Ninh Pham
e41cea6642
Fix: Safari does not accept document.baseURI for cookie path
2019-10-11 13:28:25 +07:00
Radhi
72f1a223b4
Create FUNDING.yml
2019-10-11 10:12:32 +07:00
Radhi Fadlillah
0bc1b4a4cc
Make sure archive use UTF-8 encoding
2019-10-09 20:49:26 +07:00
Radhi Fadlillah
a3e1563dff
Move warc to another package
2019-10-09 20:10:12 +07:00
Radhi Fadlillah
9e962f0b2d
Fix: now cookie set per subpath #39
2019-10-07 15:33:32 +07:00
Radhi Fadlillah
99d27930ea
Initial support for subpath #39
2019-10-07 13:38:40 +07:00
Angelos Orfanakos
1338dc6c7d
Minor improvements and typo fixes in the README text
2019-10-05 01:40:41 +03:00