etiquette/frontends
voussoir 6522bda09c Add basename in separate column so we can orderby it.
For a while I've wanted to be able to sort search results by the file's
basename. This is especially important for the cli. SQLite doesn't have
an easy way to split the filepath column by the slash, so the only
choice is to store basename as a separate column. I put it off for a
while but I think it's the right move. However we must not forget to
update it every time we update filepath, which is a bummer.
2021-01-01 17:02:00 -08:00
..
etiquette_flask Fix response.json_ok -> response.meta.json_ok. 2020-12-26 13:22:19 -08:00
etiquette_cli.py Add basename in separate column so we can orderby it. 2021-01-01 17:02:00 -08:00
etiquette_repl.py Transition calls to getpermission to interactive. 2020-12-07 00:54:53 -08:00