Find a file
2016-04-14 21:50:59 +02:00
client client/users: add keyboard shortcuts to user list 2016-04-14 21:50:59 +02:00
server server/search: protect against weird page numbers 2016-04-14 21:50:59 +02:00
.gitignore client+server: switch to yaml config 2016-04-06 22:36:04 +02:00
API.md server/users: support wildcards in user search 2016-04-14 21:50:59 +02:00
config.yaml.dist client/build: transpile ES6 for older browsers 2016-04-13 20:13:10 +02:00
INSTALL.md docs/install: update example config 2016-04-13 13:19:15 +02:00
README.md docs/readme: update readme 2016-04-13 13:09:40 +02:00

This repository is under the process of being rewritten. Stay tuned! You can check the current progress at the roadmap.

The reasons behind this rewrite include:

  • Improving user experience: better upload form, larger thumbnails, making top navigation stay out of user way. Maybe other goodies!
  • Finally having good, well-documented REST API.
  • Simplifying user registration.
  • Replacing PHP with Python 3.5.
  • Replacing prior JS mess with proper MVC.
  • Replacing MySQL (MariaDB) with Postgres.
  • Replacing composer, npm, mod_rewrite (=Apache), imagick, ffmpeg or gnash and pdo_mysql with just pip, npm and ffmpeg.
  • Replacing grunt with npm scripts.
  • Making hosting more flexible: offer simple self hosted application that can be combined with any reverse proxy.