Commit graph

438 commits

Author SHA1 Message Date
28e4f8e705 Using own custom Foundation 6 paginator 2016-03-03 17:11:54 +01:00
7e7d2e6c0b Partially migrated to Foundatoin 6 2016-03-02 21:36:58 +01:00
d7bfa0843f Added age_days method to display the upload age of a screenshot 2016-03-02 16:36:27 +01:00
2b2f325356 Centered login form 2016-03-02 16:24:11 +01:00
f0c265128b Showing active tab correctly in top bar 2016-03-02 16:24:03 +01:00
298ac56ac0 General Foundation load procedure tidied up 2016-03-02 16:23:47 +01:00
3c0756206a Added TODO marker, fixed login form 2016-03-02 16:06:34 +01:00
78f806d564 Foundation updated to 6.2 2016-03-02 16:06:11 +01:00
927fa71266 Configured Devise to lock accounts for a certain time 2016-03-02 15:42:13 +01:00
b1bd655998 Fixed database schema and migrations for Devise 2016-03-02 15:30:32 +01:00
84b4d7f715 Added package homepage link to details page 2016-03-02 14:18:21 +01:00
c67f3062dc Package importer fixed 2016-03-02 14:13:44 +01:00
a7c8f08972 Migrations cleaned up 2016-03-01 17:57:32 +01:00
d376f2e0d1 Cleanup 2016-03-01 17:48:09 +01:00
73e2a2e5c7 Devise updated 2016-03-01 17:35:36 +01:00
a9e0669657 Devise updated 2016-03-01 17:27:21 +01:00
026ee04e02 Ignoring files and directories does not work in project files.
Instead use this in your user settings in Sublime 3:

{
	"folder_exclude_patterns":
	[
		"public/assets",
		"log",
		"public/screenshots",
		"tmp"
	],
2016-03-01 17:03:02 +01:00
cfb5917484 Ignoring log files in Sublime text search 2016-03-01 12:58:18 +01:00
45d1749f8c Colored test outputs enabled 2016-03-01 12:58:08 +01:00
4a84dc9e53 Added color to tests. Cruft removed. 2016-03-01 12:57:57 +01:00
c8172b51da Version comparison test fixed 2016-03-01 12:57:37 +01:00
332e8f4b01 version comparison fixed 2016-03-01 12:57:25 +01:00
1d63578841 Foundation updated to 6.x 2016-02-29 15:15:04 +01:00
39149c26ad Adding :uploaddatetime because it is mentioned in the default scope 2016-02-29 15:14:28 +01:00
07bd3a6abc Excluding binary and large files from Sublime search 2016-02-29 15:05:39 +01:00
99059f54df Typo fixed 2016-02-29 15:05:25 +01:00
a9f8b74a95 Error display partial added 2016-02-26 17:34:58 +01:00
33e4173abf Devise views added 2016-02-26 17:34:45 +01:00
83259aab54 Controller users and user_sessions added 2016-02-26 17:34:36 +01:00
0d10c8ef0a Cruft removed 2016-02-26 17:33:40 +01:00
26c8605256 Function to compare package versions added 2016-02-26 17:32:04 +01:00
bd46e4c9e8 Using local development database 2016-02-26 17:31:26 +01:00
4592debbfa eu_cookies partial path has apparently changed 2016-02-26 17:31:15 +01:00
1252b97536 Packages updated 2016-02-26 17:30:56 +01:00
0fee19f76d Added hint on how to add admins 2015-07-15 18:00:09 +02:00
6416aa191f Showing uploader-hashes only for logged in admins 2015-07-15 18:00:02 +02:00
da28c6440d Moved login/logout form into topbar 2015-07-15 17:59:43 +02:00
9853af43de Enable lockable feature of Devise to lock out users after brute force attempts 2015-07-15 17:30:47 +02: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
4b4cbf4b88 User form fixed 2015-07-15 16:45:45 +02:00
fd74424f73 Fixed display of login form (- => = in slim) 2015-07-14 18:53:09 +02:00
aad4f0045a Added missing user registration form
This is just from the authlogic coding examples.
We are not using user registration (yet). So this will
likely be deleted again.
2015-07-14 18:52:47 +02:00
ddeb49c672 Allow logging out even if you are not logged in 2015-07-14 18:52:12 +02:00
737ff62cfc Trying to get authlogic running 2015-07-13 18:42:36 +02:00
06f09c0486 Count updates/additions correctly. Add fields correctly. Various other fixes. 2015-06-28 15:12:43 +02:00
dade32145e Using .new instead of .create
Otherwise .create() would fail instantly because it does not
populate the fields during the creation and can't create a
valid object.
2015-06-28 15:11:39 +02:00
0ea7f96495 Parse keywords from Debian control file in a non-greedy way
Previously this:
Description: foo: bar
had been parsed into
"Description: foo" -> "bar"

Now it properly parses into
"Description" -> "foo: bar"
2015-06-28 15:09:39 +02:00
56f38bcdcf Make sure that a package has a valid name
If this contraint had been there I would have found a bug
in the import_debian Rake task much sooner.
2015-06-28 15:08:16 +02:00
8e890fbaa6 Actually updating package data.
Added debug printing which regexp matched.
2015-06-27 00:15:32 +02:00