Radhi Fadlillah
|
236f86562a
|
Fix test
|
2018-03-09 09:09:55 +07:00 |
|
Radhi Fadlillah
|
e9d8f3ce12
|
Fix: update time doesn't recorded in database
|
2018-03-09 08:13:11 +07:00 |
|
Radhi Fadlillah
|
ffa2497c5f
|
Fix relative URL allowed
|
2018-03-08 21:12:33 +07:00 |
|
Radhi Fadlillah
|
fd1f190800
|
Dont allow invalid URL
|
2018-03-08 20:57:25 +07:00 |
|
Radhi Fadlillah
|
efd20cb400
|
Add alias for print command
|
2018-03-08 19:52:43 +07:00 |
|
Radhi Fadlillah
|
7077b903e5
|
Fix test for update
|
2018-03-07 16:07:15 +07:00 |
|
Radhi Fadlillah
|
f4911d33a9
|
Add method to skip updating existing metadata
|
2018-03-07 15:51:47 +07:00 |
|
Radhi Fadlillah
|
4a0443a046
|
Fix HTML content not rendered properly
|
2018-03-07 08:21:30 +07:00 |
|
Peter Etelej
|
12c118f4bc
|
Set server timeouts
Set server timeouts to avoid leaked descriptors on slow or
disappearing clients or slow http attacks.
Fixes #51
|
2018-03-06 19:10:49 +03:00 |
|
Radhi Fadlillah
|
9d3c8eedf9
|
Fix: unable to use empty string as excerpt
|
2018-03-06 20:00:46 +07:00 |
|
Radhi Fadlillah
|
b16c5cc363
|
Convert template.HTML to string
|
2018-03-06 16:48:06 +07:00 |
|
Radhi Fadlillah
|
5f790c705c
|
Replace strings.Builder for backward Go compability
|
2018-03-06 15:33:29 +07:00 |
|
Radhi
|
a747852728
|
Merge branch 'master' into wip/tests
|
2018-03-06 13:22:47 +07:00 |
|
Radhi Fadlillah
|
d167379546
|
Clear UTM parameters from URL
|
2018-03-05 21:35:01 +07:00 |
|
Radhi Fadlillah
|
d98f89ed63
|
Add cross platform method for opening browser
|
2018-03-05 11:32:37 +07:00 |
|
Radhi Fadlillah
|
5b33b7f50f
|
Remove unneeded imports
|
2018-03-05 11:11:16 +07:00 |
|
Radhi Fadlillah
|
46c88d5db5
|
Stop changing index after delete
|
2018-03-05 11:02:36 +07:00 |
|
Radhi Fadlillah
|
50238362bd
|
Revert relative import path to absolute path
|
2018-03-05 07:55:16 +07:00 |
|
Andrey Vasnetsov
|
222ff0371e
|
Change module path to relative, add check for empty tag on import
|
2018-03-04 17:56:00 +03:00 |
|
Radhi Fadlillah
|
837c470176
|
Fix: tags not imported
|
2018-03-03 17:02:24 +07:00 |
|
Radhi Fadlillah
|
8661b4e870
|
Use goimports on all file
|
2018-03-03 16:50:54 +07:00 |
|
Peter Etelej
|
056be03158
|
Add tests for cmd package
Adds testing for cmd package. Adds a setup and teardown main test
with a cmd test db as well as tests for account, add and update.
Closes #19
|
2018-03-03 08:03:54 +03:00 |
|
Christian Muehlhaeuser
|
77a7ffd740
|
Cleaned up command imports and descriptions
|
2018-03-02 13:29:26 +01:00 |
|
Radhi
|
3826d4b7ab
|
Merge pull request #17 from peteretelej/fix/typos
typos: fix minor typos in error messages
|
2018-03-02 16:45:43 +07:00 |
|
Radhi Fadlillah
|
259d1b96ed
|
Fix import not working
|
2018-03-02 16:12:31 +07:00 |
|
Peter Etelej
|
97c3dbe598
|
typos: fix minor typos in error messages
|
2018-03-02 12:10:07 +03:00 |
|
Radhi Fadlillah
|
5e741543a2
|
Minor change
|
2018-02-26 20:01:39 +07:00 |
|
Radhi Fadlillah
|
81de2951b9
|
Fix problem editing tags
|
2018-02-26 17:00:14 +07:00 |
|
Radhi Fadlillah
|
c0d350def8
|
Minor description change
|
2018-02-26 16:02:30 +07:00 |
|
Radhi Fadlillah
|
883474e031
|
Add favicon
|
2018-02-26 13:43:17 +07:00 |
|
Radhi Fadlillah
|
ecbaa9c4f4
|
Create command for exporting bookmarks
|
2018-02-26 08:19:37 +07:00 |
|
Radhi Fadlillah
|
0560292540
|
Load file from assets again
|
2018-02-26 07:14:48 +07:00 |
|
Radhi Fadlillah
|
ead4264280
|
Create syle for responsive mode
|
2018-02-25 21:39:46 +07:00 |
|
Radhi Fadlillah
|
0940fd66ef
|
Add import command
|
2018-02-25 16:04:12 +07:00 |
|
Radhi Fadlillah
|
b0796d3ed3
|
If already logged in, redirect to main page
|
2018-02-24 14:02:06 +07:00 |
|
Radhi Fadlillah
|
69e2754aa3
|
Minor clean up
|
2018-02-23 20:26:07 +07:00 |
|
Radhi Fadlillah
|
ac75f8cff5
|
Fix: bookmarks not ordered by latest in web view
|
2018-02-23 17:07:18 +07:00 |
|
Radhi Fadlillah
|
786cae511a
|
Bundle the view in executable
|
2018-02-23 16:51:06 +07:00 |
|
Radhi Fadlillah
|
529b089fd9
|
Implement search on web interface
|
2018-02-23 14:30:58 +07:00 |
|
Radhi Fadlillah
|
0a4850eacb
|
Clean up code
|
2018-02-22 20:45:43 +07:00 |
|
Radhi Fadlillah
|
2e011f78f7
|
Add flag for custom port for server
|
2018-02-22 16:51:10 +07:00 |
|
Radhi Fadlillah
|
662142668f
|
Implement login
|
2018-02-22 16:48:36 +07:00 |
|
Radhi Fadlillah
|
b555d1b5a4
|
Create cmd for managing accounts
|
2018-02-20 16:48:02 +07:00 |
|
Radhi Fadlillah
|
d74d545b49
|
Implement opening cache of bookmarks
|
2018-02-17 21:49:16 +07:00 |
|
Radhi Fadlillah
|
0f4ab6aa38
|
Implement batch delete
|
2018-02-17 15:51:43 +07:00 |
|
Radhi Fadlillah
|
124c2845e9
|
Fix wrong mutex
|
2018-02-17 12:30:08 +07:00 |
|
Radhi Fadlillah
|
be95bdf227
|
Implement delete in web view
|
2018-02-14 11:41:43 +07:00 |
|
Radhi Fadlillah
|
5a2fed1888
|
Add edit function in web view
|
2018-02-13 16:14:08 +07:00 |
|
Radhi Fadlillah
|
59208fb377
|
Implement ad bookmark in web interface
|
2018-02-12 21:06:53 +07:00 |
|
Radhi Fadlillah
|
452fa6bed1
|
Initial web view
|
2018-02-11 21:00:56 +07:00 |
|