index
:
alps.git
deuxfleurs
master
Deuxfleurs patches for alps webmail (from https://sr.ht/~migadu/alps/)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
go fmt
Simon Ser
2019-12-16
3
-4
/
+4
*
Use <label> in compose form
Simon Ser
2019-12-16
2
-9
/
+12
*
Add basic search
Simon Ser
2019-12-16
5
-9
/
+74
*
Add line break to login form
Simon Ser
2019-12-16
1
-0
/
+1
*
Replace Session.ConnectSMTP with Session.DoSMTP
Simon Ser
2019-12-16
2
-16
/
+19
*
Rename Session.Do to Session.DoIMAP
Simon Ser
2019-12-16
2
-6
/
+6
*
Remove the public/ directory
Simon Ser
2019-12-16
15
-7
/
+18
*
Introduce base plugin
Simon Ser
2019-12-16
22
-450
/
+521
*
Add an API for Go plugins
Simon Ser
2019-12-16
3
-1
/
+111
*
gitignore: don't ignore sourcehut theme
Simon Ser
2019-12-12
1
-2
/
+3
*
Add simple Sourcehut-based theme
Drew DeVault
2019-12-12
11
-4
/
+5967
*
Fix undefined ErrSessionExpired
Simon Ser
2019-12-12
2
-2
/
+2
*
Add docs
Simon Ser
2019-12-11
4
-4
/
+26
*
Allow plugins to provide their own templates
Simon Ser
2019-12-11
4
-8
/
+27
*
readme: add godoc badge
Simon Ser
2019-12-11
1
-0
/
+2
*
Export Server.{Sessions,Plugins}
Simon Ser
2019-12-11
4
-13
/
+12
*
Unexport NewSessionManager
Simon Ser
2019-12-11
2
-2
/
+2
*
Export Context.SetSession, unexport Session.Token
Simon Ser
2019-12-11
3
-10
/
+10
*
Export Context
Simon Ser
2019-12-11
3
-29
/
+34
*
Add plugins/ to .gitignore
Simon Ser
2019-12-10
1
-0
/
+1
*
go fmt
Simon Ser
2019-12-10
3
-17
/
+17
*
Introduce GlobalRenderData and RenderData
Simon Ser
2019-12-10
2
-7
/
+40
*
Load all themes on startup
Simon Ser
2019-12-10
1
-13
/
+54
*
readme: add link to mailing list & issue tracker
Simon Ser
2019-12-10
1
-0
/
+5
*
Rename Plugin.Render to Plugin.Inject
Simon Ser
2019-12-10
3
-3
/
+3
*
Extract Lua plugin logic into separate file
Simon Ser
2019-12-10
2
-151
/
+158
*
Allow plugins to add new routes
Simon Ser
2019-12-10
3
-0
/
+40
*
Reconnect to IMAP server when logged out
Simon Ser
2019-12-09
3
-20
/
+90
*
Make SessionManager create the IMAP client
Simon Ser
2019-12-09
4
-23
/
+46
*
Rename ConnPool to SessionManager
Simon Ser
2019-12-09
3
-20
/
+20
*
readme: sync with new Lua API
Simon Ser
2019-12-09
1
-2
/
+5
*
Add a Lua API to set template filters
Simon Ser
2019-12-09
3
-10
/
+49
*
Change Lua API to koushin.on_render
Simon Ser
2019-12-09
1
-7
/
+27
*
Make render data static
Simon Ser
2019-12-09
1
-14
/
+39
*
Add basic support for plugins
Simon Ser
2019-12-09
6
-1
/
+115
*
Drop define in templates
Simon Ser
2019-12-09
6
-12
/
+8
*
Use imap.BodyStructure.Filename and imap.Address.Address
Simon Ser
2019-12-09
4
-6
/
+5
*
Extract HTTP handlers in separate file
Simon Ser
2019-12-04
2
-263
/
+277
*
Add .gitignore
Simon Ser
2019-12-04
1
-0
/
+2
*
Add basic theme support
Simon Ser
2019-12-04
5
-25
/
+75
*
Make message view's Back link set the mailbox page
Simon Ser
2019-12-03
3
-6
/
+9
*
Add separator between Prev and Next links
Simon Ser
2019-12-03
1
-0
/
+1
*
Add basic pagination to message list
Simon Ser
2019-12-03
7
-20
/
+60
*
Fix missing OutgoingMessage.InReplyTo assignment
Simon Ser
2019-12-03
1
-9
/
+5
*
Add basic support for multiple recipients
Simon Ser
2019-12-03
2
-3
/
+10
*
Add support for replying to a message
Simon Ser
2019-12-03
5
-12
/
+103
*
Fix mailbox view when empty
Simon Ser
2019-12-03
2
-9
/
+15
*
Add empty CSS stylesheet
Simon Ser
2019-12-03
3
-1
/
+3
*
Set imap.CharsetReader
Simon Ser
2019-12-03
1
-1
/
+5
*
Escape mailbox names in URLs
Simon Ser
2019-12-03
4
-5
/
+17
[next]