Commit graph

64 commits

Author SHA1 Message Date
cecb5f47cc Showing reason why a screenshot was reported 2016-06-13 17:56:26 +02:00
b30794884f screenshot.adminstatus added, debug info removed from admin dropdown 2016-06-06 15:56:16 +02:00
df74c9e014 Moved screenshot approval code into model 2016-06-05 23:06:04 +02:00
c9469709d6 Fixed class and instance methods for pending screenshots/packages 2016-04-14 16:49:46 +02:00
d4f3c2ecc5 Removed default sorting scope to avoid problems with group_by 2016-04-14 16:49:29 +02:00
f12f61b23c Show progressbar on moderation screen 2016-04-08 18:25:53 +02:00
16999260ca Dropdown on details page allows image management for users and admins 2016-04-07 17:01:00 +02:00
ba5a89a26a Moved screenshots_visible_to_user to model 2016-04-06 16:41:52 +02:00
6192e1bc3b Creating query to get screenshots visible to a user 2016-03-05 15:55:24 +01:00
53b297da1e Working on query to only display moderated or own uploads 2016-03-04 18:23:12 +01:00
3eeb9a63dc Using created_at instead of legacy 'uploaddatetime' field 2016-03-04 15:41:50 +01:00
51c6c99d61 Turned admin/moderation on details page into a dropdown 2016-03-04 12:32:24 +01:00
d7bfa0843f Added age_days method to display the upload age of a screenshot 2016-03-02 16:36:27 +01:00
83259aab54 Controller users and user_sessions added 2016-02-26 17:34:36 +01:00
35eb83448e Added "devise" for authentication. 2015-07-15 17:06:32 +02:00
e6a0f15340 Removed "authlogic" completely. Let's try "devise". 2015-07-15 17:05:56 +02:00
737ff62cfc Trying to get authlogic running 2015-07-13 18:42:36 +02:00
66ea039c10 Image uniqueness validation improved
Screenshots will be accepted now even if the same image
(determined by its image_fingerprint) exists on other packages.
However the upload will be rejected if the very same
screenshot exists on the same package.
2015-06-26 21:17:07 +02:00
a2178d8226 Merge branch 'master' of bitbucket.org:signum/debshots 2015-06-15 13:05:10 +02:00
3b056a2db8 Added authlogic and user schema 2015-06-15 13:04:29 +02:00
75eee8e3cc Path for importing debshots1 screenshots fixed 2015-06-14 23:11:02 +02:00
6c9607ffa8 Old PostgreSQL full-text search removed 2015-05-08 17:32:17 +02:00
5c31a94aef Devise removed. Broke tests. Trying another auth gem. 2015-05-03 13:31:13 +02:00
3988c7ddf3 Devise authentication added - no registration though 2015-05-02 16:16:29 +02:00
84b2af5f60 image_url() fixed. Wrong quotes. Interpolates path correctly now. 2015-05-02 11:56:27 +02:00
308c89c9ea Explanation for validator of unique images added 2015-04-27 00:54:57 +02:00
ca7065dd5c Ordering logs by date 2015-04-27 00:54:27 +02:00
3a17af689e Added unique validator that checks for duplicate image uploads 2015-04-27 00:20:25 +02:00
9377af7795 Added size limit of 5 MB for screenshots 2015-04-27 00:20:10 +02:00
7e1bf0d152 Screenshot validator uses string instead of regex 2015-04-27 00:19:47 +02:00
4c6beadd8e Show "No screenshots available" as dummy image now. 2015-04-27 00:19:24 +02:00
ac3d52a66e Adding Log model for database-based log messages 2015-04-27 00:15:55 +02:00
2aaa4714c1 Cruft removed 2015-04-26 01:40:41 +02:00
4a5a50dd9a Slightly improved the image status. Cruft removed. 2015-04-25 20:05:38 +02:00
86e0a62c24 TODOs added 2015-04-19 11:33:41 +02:00
a84e8a62e1 Changing from double to single quotes. Fixing <<" for rdoc 2015-04-18 21:40:36 +02:00
825d1fcff3 Added Screenshot.image_url for Rake migration task to paperclip 2015-02-11 00:48:46 +01:00
ada5832dae Customized file path to screenshot files 2015-02-11 00:47:38 +01:00
be5ab53424 Trying to obfuscate Paperclip URLs 2015-02-10 22:23:29 +01:00
9877b25267 Added "uploader" and "status" methods for Screenshot class 2015-01-04 16:57:35 +01:00
095ec7813a Removing old methods before I used Paperclip 2015-01-04 16:57:20 +01:00
7aca36e46b Added Paperclip attachment handler 2015-01-04 14:19:19 +01:00
3f1ec0b202 Full text search set to english 2014-12-29 20:14:41 +01:00
72753d80ab Fixed path in Screenshots.url 2014-12-28 13:12:59 +01:00
dc17ff1e3e Added callback that removes images files when a screenshot gets destroyed 2014-12-07 22:32:13 +01:00
f3a8b7c3a5 Search feature repaired 2014-11-30 23:20:26 +01:00
fafc3295df Fixed path to screenshots 2014-11-30 16:05:57 +01:00
19a5ce81a5 Recoverd methods for Screenshot model 2014-11-23 19:55:43 +01:00
87f545414f Getting the project working again
Replace Twitter Bootstrap by Zurb Foundation
Used @import in SCSS instad of require_tree for proper order and use of variables like $debian_color
Moved old files out of the way (renamed them to xx*)
Welcome controller (/) works
Moved templates from ERB to SLIM format
Fixed database settings
Reduced routes to working ones
Tidied up Gemfile
Checked in experimental lab files

Tried to find a good description for this massive commit :)
2014-11-16 18:26:03 +01:00
a7e05b2b78 Using the "images_path_prefix" configuration variable in the Package model 2013-11-20 21:21:16 +01:00