Commit graph

96 commits

Author SHA1 Message Date
020a864736 Added welcome and profile actions to the my controller 2017-04-23 13:37:48 +02:00
0790310b01 Indentation fixed 2017-04-19 00:16:06 +02:00
b24abd7328 Github SSO added 2017-04-19 00:15:29 +02:00
65723d3063 Amazon SSO added 2017-04-17 13:11:44 +02:00
2a7491edcd Google authentication added 2017-04-17 00:42:03 +02:00
4bad4d3a36 OpenID auth using Launchpad and Stackexchange works 2017-04-16 23:58:08 +02:00
909be1c8ae SSO using Amazon added 2017-04-06 20:19:14 +02:00
381ee35204 Unused methods removed 2017-04-06 18:31:42 +02:00
9a5ddb5e13 Experimental authentication for Launchpad and Google added 2017-04-06 12:56:06 +02:00
8e2ebe3cf6 Loading of Ubuntu reviews slightly refactored 2017-04-05 16:27:14 +02:00
bbccbfcc20 Showing number of users' uploaded screenshots at the top 2017-01-31 22:44:11 +01:00
34d7eb649c New upload review process partly finished 2017-01-18 21:30:14 +01:00
a56944038c Merge branch 'master' of git.workaround.org:chaas/debshots 2016-10-29 17:42:46 +02:00
48840f6254 Upgrade to Rails 5.0.1 2016-10-29 17:41:47 +02:00
4ad718d854 Cruft removed from Log model 2016-08-24 21:46:17 +02:00
9ad5a05914 Showing newest and most wanted package on home page 2016-08-23 19:00:39 +02:00
dbca1e0a19 Package.without_screenshots_most_visits added 2016-08-17 09:28:06 +02:00
339bb0427f Showing reviews on package's details page from Ubuntu 2016-08-16 12:50:03 +02:00
e2671d2545 Text search now properly weighted and ranked
Default order by 'name' removed so that ranking can actually work.
2016-08-12 16:40:12 +02:00
36ef94d763 Prevent empty report reasons for screenshots 2016-07-21 11:29:42 +02:00
8137dc788d Making version comparison more error-resilient 2016-07-13 23:46:27 +02:00
4fb322a25d Extra whitespace removed 2016-07-13 22:44:12 +02:00
91c2b327d1 Unused method removed 2016-07-13 14:22:38 +02:00
e864415a03 Docs added 2016-06-27 15:59:51 +02:00
bac90cbd2f Do not crash when sorting screenshots by version if the version is empty 2016-06-24 16:19:05 +02:00
6feaa53920 Added Package.best_screenshot_for_version 2016-06-23 00:17:27 +02:00
2d73e7a1b4 Do not show version in image caption 2016-06-22 18:10:23 +02:00
197c0a8b10 Screenshots were not sorted correctly by version - fixed 2016-06-21 17:55:34 +02:00
3be1846688 Added Package.screenshots_sorted_by_version 2016-06-21 16:54:10 +02:00
c2fe896cbc Show version along with description as screenshot caption 2016-06-21 16:53:42 +02:00
6002cd56e0 Authlogic cruft removed 2016-06-14 17:04:43 +02:00
9db16ab357 Consider reported screenshots for pending for moderation 2016-06-13 17:56:50 +02:00
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