Michael Mayer
|
71adb35cff
|
Remove test and frontend packages; app and test context refactoring
|
2019-05-03 18:57:28 +02:00 |
|
Michael Mayer
|
6cba9d061f
|
Remove unnecessary getter prefix
See https://golang.org/doc/effective_go.html#Getters
|
2019-05-02 17:26:44 +02:00 |
|
Michael Mayer
|
3315b87305
|
Use logrus for logging
|
2019-05-02 14:10:05 +02:00 |
|
Michael Mayer
|
2e418d6e1e
|
Fix API photo like / unlike test (failed existing photos), see #79
|
2019-04-26 04:25:00 +02:00 |
|
Vedhavyas Singareddi
|
4edfc4fa4c
|
error chacks and minor api refactoring (#92)
* error chacks and minor api refactoring
* consistant naming
|
2019-01-15 14:00:42 +01:00 |
|
Michael Mayer
|
628c598f08
|
Rename Config.GetThumbnailsPath() to ThumbnailsPath(), see #50
|
2018-12-21 03:24:22 +01:00 |
|
Michael Mayer
|
c1219799da
|
Rename Config.GetOriginalsPath() to OriginalsPath(), see #50
|
2018-12-21 03:21:21 +01:00 |
|
Michael Mayer
|
0f12aac73b
|
Rename Config.GetDb() to Db(), see #50
|
2018-12-21 02:37:16 +01:00 |
|
Michael Mayer
|
fb91ce9a06
|
Move utils and test config to separate packages #58
|
2018-11-17 06:21:39 +01:00 |
|
Michael Mayer
|
dd26ee0dca
|
Use functions for all config values #50
Why? See https://github.com/photoprism/photoprism/issues/50#issuecomment-433856358
|
2018-11-09 20:48:23 +01:00 |
|
Michael Mayer
|
4a33d430e9
|
Fixed formatting for api inline docs, see #12
|
2018-11-06 10:43:59 +01:00 |
|
Michael Mayer
|
e66e9e4f69
|
Improved REST route docs, see #12
Hard to test locally as godoc -http ":80" doesn't seem to work outside the GOPATH
|
2018-11-06 10:28:44 +01:00 |
|
Michael Mayer
|
5868d4e664
|
Added REST route as a first step to document API, see #12
|
2018-11-06 09:56:40 +01:00 |
|
Michael Mayer
|
6a2af16d1c
|
Using goimports for formatting imports #50
|
2018-10-31 07:14:33 +01:00 |
|
Carlos Vazquez
|
00abbf1af5
|
Adds basic documentation for internal packages (#43)
* Added basic documentation wireframe for api, commands, and forms.
* Added doc.go
|
2018-10-31 02:42:54 +01:00 |
|
Michael Mayer
|
b1e2ac17bd
|
Save() instead of Update() must be used for updating rows
|
2018-09-27 15:16:37 +02:00 |
|
Michael Mayer
|
7640cae26b
|
Mark files are missing, when they are not found
|
2018-09-27 12:10:19 +02:00 |
|
Michael Mayer
|
2ae77b7686
|
Refactored REST API (renamed package to api)
|
2018-09-24 21:14:15 +02:00 |
|