Commit graph

6184 commits

Author SHA1 Message Date
Michael Mayer bf69668235 Update Dockerfile for public demo #69 2018-12-11 09:12:31 +01:00
Michael Mayer 52c82e610d Change fixture download file name to test.zip 2018-12-11 07:22:11 +01:00
Michael Mayer f92830eb83 Change fixture data URL to our own download server 2018-12-11 07:11:00 +01:00
Michael Mayer 4bb00abaf1 Add default title, og and twitter tags to index.tmpl 2018-12-11 07:08:34 +01:00
Michael Mayer 46476bc8b0 Add Dockerfile for public demo #69 2018-12-11 02:00:41 +01:00
Michael Mayer ac75a3e48e
Update SPONSORS.md 2018-12-11 01:08:45 +01:00
Michael Mayer 8805073d80 Add SPONSORS.md 2018-12-10 20:19:15 +01:00
Michael Mayer d9288e4e2f Update README.md 2018-12-10 08:39:35 +01:00
Michael Mayer 2ce7e8ca4f Update README.md 2018-12-09 16:51:37 +01:00
Michael Mayer c8a4f08f70 Shortened text in README.md 2018-12-09 13:56:46 +01:00
Michael Mayer 6eb488752b More detailed description of how grants will be used 2018-12-08 20:54:24 +01:00
Michael Mayer 46eaa55615 Shorter call to action for sponsors 2018-12-08 14:51:32 +01:00
Michael Mayer 9ca6db7ee4 Change wording 2018-12-08 14:45:48 +01:00
Michael Mayer f020d167b1 Replace "," with "and" 2018-12-08 13:58:34 +01:00
Michael Mayer f27c4ba856 Update sponsorship section 2018-12-08 13:50:24 +01:00
Joey Zou c5ff44692f HTTP status code change (#78)
DislikePhoto and LikePhoto should return http.StatusOK (200) instead of http.StatusAccepted (202)
2018-12-07 13:48:15 +01:00
Yuji Yaginuma bde3219f20 Update license badge and license description (#77)
* Update license badge and license description
* Use GPL instead of GPL v3 for badge
2018-12-06 11:20:14 +01:00
Michael Mayer 59b70ea75b Change license to GPL v3
See https://groups.google.com/a/photoprism.org/forum/#!topic/developers/ntddgu3uiNM
2018-12-03 17:53:06 +01:00
Louis Fradin 9f3187f551 Fix for buttons in Firefox (#75)
- Change import order on frontend CSS
2018-11-28 00:49:48 +01:00
Radu 5b99b3512e Fixed JS unit tests (#73)
* Fixed chai tests
* Removed result.html from git
* Ignoring result.html from git
* Added tests for form.js, along with type enumeration and type testing
2018-11-27 22:43:32 +01:00
Michael Mayer db24238071 Remove GitHub issue templates 2018-11-24 18:45:29 +01:00
Michael Mayer 6eeb6481b5
Update README.md 2018-11-23 11:44:23 +01:00
Michael Mayer 7babc27e34 Update issue templates 2018-11-23 03:17:01 +01:00
Michael Mayer abdfd18d0b Don't be afraid to ask stupid questions. 2018-11-23 02:21:50 +01:00
Michael Mayer 9c5d7bfdb0
Changed wording 2018-11-22 21:20:55 +01:00
Michael Mayer dd8de3088f
Add email address for support questions 2018-11-22 20:42:04 +01:00
Michael Mayer 40c95e0895
Add link to help forum 2018-11-22 20:13:16 +01:00
Michael Mayer 6bb63345d9
Add link to developers mailing list 2018-11-22 20:02:24 +01:00
Michael Mayer 9357db4346
Move Codacy badge to Code Quality page
See https://github.com/photoprism/photoprism/wiki/Code-Quality
2018-11-20 09:23:45 +01:00
Michael Mayer 613769549d
Add link to project status page 2018-11-19 06:12:52 +01:00
Michael Mayer f3940bb7b6
Add Codacy Badge 2018-11-19 04:24:43 +01:00
Michael Mayer c1b850befe Add link to get a release notification 2018-11-18 22:26:58 +01:00
Michael Mayer 2e746c833c Code clean-up #58 2018-11-18 19:18:19 +01:00
Michael Mayer 9872cfaa50 Add ConfigCommand test #58
- Includes refactoring of existing packages to enable testing of commands
2018-11-17 13:57:19 +01:00
Michael Mayer 86a6dda0e0 Run "make fmt" #58 2018-11-17 12:29:01 +01:00
Michael Mayer bb36226b59 Expected status for like and dislike is accepted (202) #58 2018-11-17 08:37:31 +01:00
Michael Mayer cdf9d9293d Add test stubs and helper functions for package api #58 2018-11-17 08:28:50 +01:00
Michael Mayer f7404f838b Fix slow tests and improve test output (colorized) #58 2018-11-17 06:56:43 +01:00
Michael Mayer fb91ce9a06 Move utils and test config to separate packages #58 2018-11-17 06:21:39 +01:00
Michael Mayer f3129097cf Fix Inception model name in download script #70 2018-11-17 02:49:25 +01:00
Michael Mayer b9fedb80f0 Reduce timeout for "make test-fast" to 5m #58 2018-11-15 01:42:04 +01:00
Michael Mayer 08caccd43b Simplified Makefile #58
- Hopefully easier to understand for new developers
2018-11-14 23:55:23 +01:00
Michael Mayer 8063ba39ac Move slow tests to *_slow_test.go #58
- Added a new make target: test-fast
- To execute all test, you have to use -tags=slow
2018-11-14 23:51:17 +01:00
Michael Mayer 5e091f5c6c Changed wording in README.md 2018-11-14 02:12:06 +01:00
Michael Mayer 4835d5c19d Update "How to contribute" after removing the "good first issue" label 2018-11-13 14:19:54 +01:00
Michael Mayer aa831d3a2f Add scripts/travis.sh and remove IFs from .travis.yml #62 2018-11-12 07:48:49 +01:00
Michael Mayer ef4f9c3f7b Prefix for build script variables #62 2018-11-12 07:42:15 +01:00
Michael Mayer edc7c2f027 Move docker-compose.yml to /docker/photoprism for consistency #62 2018-11-12 07:03:36 +01:00
Michael Mayer c5ee0fee48 Add darktable development docker image #62
- Improved build scripts and Dockerfile
- broadwayd can be used as display server for darktable or other GTK based software
2018-11-12 06:58:39 +01:00
Michael Mayer 8ac8658cc2 Lowercase fields for Config and added documentation #50 2018-11-09 21:11:52 +01:00