index
:
ponzu.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system
/
db
Age
Commit message (
Expand
)
Author
2025-02-22
fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/g
haturatu
2019-12-30
Fix missing imports
Miguel Angel Ajo
2019-12-30
Also add path to db files
Miguel Angel Ajo
2018-08-19
Replaced satori/go.uuid with gofrs/uuid. (#268)
nanohard
2018-01-03
Fix UUID issues (#216)
Nick Randall
2017-08-22
adding store access and buckets from other pkgs
Steve Manuel
2017-06-27
fixed approve handler losing data for string slices
Tornike Razmadze
2017-06-26
fixed problem with saving multiple repeaters closes #59 closes #167
Tornike Razmadze
2017-06-14
cleanup
Neven Jacmenović
2017-06-12
fix typo
Steve Manuel
2017-06-11
delayed indexer init (fix for search not working when addons are enabled)
Neven Jacmenović
2017-06-10
Revert "Fix for search not working when addons are enabled"
Steve Manuel
2017-06-10
small typo in comments
Steve Manuel
2017-06-09
delayed search index initialization so search can work with addons
Neven Jacmenović
2017-06-09
delayed search index initialization so search can work with addons
Neven Jacmenović
2017-04-29
add delete procedure and implementation for uploads
Steve Manuel
2017-04-29
adding search, edit/new, and list view for uploads
Steve Manuel
2017-04-29
fmt bytes to readable and update setupload logic to allow edits
Steve Manuel
2017-04-27
move the insert to contentIndex to the same Update call
Steve Manuel
2017-04-25
adding support for file upload type and API handler to fetch file info
Steve Manuel
2017-04-21
add context cancellation to backup routines
Erwin Ticzon
2017-04-17
adding mutex to protect configCache map, fixes race condition
Steve Manuel
2017-04-17
fix ineffassign and spelling errors
Steve Manuel
2017-04-17
package documentation for godoc
Steve Manuel
2017-04-14
simpler throttle
Kevin Keuning
2017-04-14
improved throttle to ensure content is sorted
Kevin Keuning
2017-04-13
moving search into own package and renaming funcs throughout
Steve Manuel
2017-04-11
Merge branch 'throttle-sort' into ponzu-dev
Steve Manuel
2017-04-11
remoeve ErrNoSearchIndex since the implementation is disable by default
Steve Manuel
2017-04-11
change implementation of search to opt-in per type, less risky if sensative d...
Steve Manuel
2017-04-11
updating waitDuration, should determine if this is configurable or not
Steve Manuel
2017-04-11
adding throttled content sorting
Steve Manuel
2017-04-07
import layout style fix
Steve Manuel
2017-04-07
import layout style fix
Steve Manuel
2017-04-07
add initial implementation of api search handler with full-text search by type
Steve Manuel
2017-04-06
renaming and add Delete operation for search index
Steve Manuel
2017-04-06
adding default implementation of db.Searchable
Steve Manuel
2017-04-06
indexing string data instead of json []byte
Steve Manuel
2017-04-06
update index path to include the search dir
Steve Manuel
2017-04-06
adding json values to search index on insert and update
Steve Manuel
2017-04-06
add mapping for search indices per content type
Steve Manuel
2017-04-03
swap asc/desc now that natural order in db is changed
Steve Manuel
2017-04-03
move iterator to suffix of key to avoid clashing, include status in UI sort
Steve Manuel
2017-04-03
testing alt key format in sorted buckets
Steve Manuel
2017-03-21
JSON decoded val for int variants are float64 - need to cast after assertion
Steve Manuel
2017-03-21
adding cache-control age and disabler
Steve Manuel
2017-03-20
separate UpdateContent and SetContent to differentiate when data should be me...
Steve Manuel
2017-03-15
updating DeleteContent signature to remove requirement of url.Values, will in...
Steve Manuel
2017-03-05
updated logging
Kevin Keuning
2017-03-05
consolidate UpdateContent into SetContent
Kevin Keuning
[next]