Radhi Fadlillah
|
e673972831
|
Doh fix wrong assets
|
2018-03-07 08:22:11 +07:00 |
|
Radhi Fadlillah
|
4a0443a046
|
Fix HTML content not rendered properly
|
2018-03-07 08:21:30 +07:00 |
|
Radhi
|
d0fc6a5525
|
Merge pull request #52 from peteretelej/fix/timeouts
Set server timeouts
|
2018-03-07 08:10:06 +07:00 |
|
Radhi Fadlillah
|
d735ca1f8b
|
Remove word-wrap and set column max-width
|
2018-03-07 08:01:47 +07:00 |
|
Radhi Fadlillah
|
df63d31e9a
|
Fing long text not wrapped
|
2018-03-07 07:34:55 +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
|
035e83746b
|
Merge pull request #20 from peteretelej/wip/tests
Add unit tests for ./cmd
|
2018-03-06 16:59:21 +07:00 |
|
Radhi Fadlillah
|
b16c5cc363
|
Convert template.HTML to string
|
2018-03-06 16:48:06 +07:00 |
|
Radhi Fadlillah
|
8b31568eaf
|
Revert unneeded change
|
2018-03-06 16:30:47 +07:00 |
|
Radhi Fadlillah
|
5bea3de59b
|
Fix: error scan on Go 1.8
|
2018-03-06 16:05:08 +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
|
8ebe093efd
|
Add badges to Readme
|
2018-03-05 14:37:50 +07:00 |
|
Radhi
|
24a6d26f11
|
Merge pull request #38 from ddulic/travis
Add Travis CI
|
2018-03-05 14:25:14 +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
|
24bdec2c05
|
Merge pull request #42 from generall/master
Add check for empty tag on import
|
2018-03-05 08:08:44 +07:00 |
|
Radhi Fadlillah
|
50238362bd
|
Revert relative import path to absolute path
|
2018-03-05 07:55:16 +07:00 |
|
Radhi
|
1338a443cd
|
Merge pull request #3 from sascha-andres/feature/db-path-config
Make path to database configurable
|
2018-03-05 07:21:54 +07:00 |
|
Radhi Fadlillah
|
4f2cd21dda
|
Update readme
|
2018-03-05 07:21:05 +07:00 |
|
Radhi Fadlillah
|
c208894bb6
|
Move opening database to main file
|
2018-03-05 07:14:58 +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 |
|
Damir Dulic
|
da03aff630
|
add travis ci
|
2018-03-03 15:33:29 +01: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 |
|
Radhi
|
a064b4d037
|
Merge pull request #21 from muesli/cmd-cleanup
Cleaned up command imports and descriptions
|
2018-03-03 07:36:24 +07:00 |
|
Radhi
|
0ca0e53174
|
Merge pull request #23 from muesli/pngcrush
Resized screenshot and pngcrush'd it
|
2018-03-03 07:21:38 +07:00 |
|
Christian Muehlhaeuser
|
1bf96f7c14
|
Resized screenshot and pngcrush'd it
|
2018-03-02 13:56:37 +01: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
|
8a1162c905
|
Merge branch 'master' of github.com:RadhiFadlillah/shiori
|
2018-03-02 16:14:30 +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
|
df7d08a75b
|
Merge pull request #10 from muesli/README-fixes
Fixed typos / grammar in README
|
2018-03-02 09:40:45 +07:00 |
|
Radhi
|
3894574edb
|
Merge branch 'master' into README-fixes
|
2018-03-02 09:40:29 +07:00 |
|
Radhi
|
bfa87b63c9
|
Merge pull request #8 from skx/patch-1
Fix: Wrong go get in readme
|
2018-03-02 07:39:36 +07:00 |
|
Radhi
|
fc1da2bae8
|
Merge pull request #13 from vikaskedia/patch-1
Fix typo in Readme
|
2018-03-02 07:38:33 +07:00 |
|
Vikas Kedia
|
831c78eacb
|
Update README.md
|
2018-03-01 15:46:33 -08:00 |
|
Christian Muehlhaeuser
|
3e1e7f0f88
|
Fixed typos / grammar in README
Just a few nitpicky fixes.
|
2018-03-01 18:36:17 +01:00 |
|
Radhi Fadlillah
|
3b8ce6ce0d
|
Fix missing assets
|
2018-03-01 21:33:17 +07:00 |
|
Steve Kemp
|
de876f9175
|
Update README.md
Changed the installation from source instructions, to use the correct repository.
|
2018-03-01 16:28:29 +02:00 |
|
Radhi
|
c509795d56
|
Merge pull request #1 from paralax/patch-1
Fix typo
|
2018-03-01 21:20:06 +07:00 |
|
Sascha
|
1ae90b7459
|
docs: document environment variable
|
2018-03-01 11:01:06 +01:00 |
|
Sascha
|
168b623985
|
feat(database): make path to database configurable
|
2018-03-01 10:51:30 +01:00 |
|
jose nazario
|
516bf1bf8f
|
spelling fix, no content change
|
2018-02-28 19:23:17 -08:00 |
|
Radhi
|
12dc13f25b
|
Minor space fix
|
2018-02-27 11:19:04 +07:00 |
|