Skip to content

Commit

Permalink
More validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Jun 24, 2016
1 parent 7db43a8 commit ff16722
Show file tree
Hide file tree
Showing 227 changed files with 21,844 additions and 1,157 deletions.
14 changes: 7 additions & 7 deletions nextcloudappstore/core/migrations/0001_initial.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.9.7 on 2016-06-23 16:15
# Generated by Django 1.9.7 on 2016-06-24 15:09
from __future__ import unicode_literals

from django.conf import settings
Expand Down Expand Up @@ -51,8 +51,8 @@ class Migration(migrations.Migration):
],
options={
'verbose_name': 'App Release',
'verbose_name_plural': 'App Releases',
'ordering': ['-version'],
'verbose_name_plural': 'App Releases',
},
),
migrations.CreateModel(
Expand All @@ -65,11 +65,11 @@ class Migration(migrations.Migration):
('master', models.ForeignKey(editable=False, null=True, on_delete=django.db.models.deletion.CASCADE, related_name='translations', to='core.App')),
],
options={
'default_permissions': (),
'verbose_name': 'App Translation',
'db_tablespace': '',
'managed': True,
'db_table': 'core_app_translation',
'db_tablespace': '',
'default_permissions': (),
},
),
migrations.CreateModel(
Expand All @@ -95,11 +95,11 @@ class Migration(migrations.Migration):
('master', models.ForeignKey(editable=False, null=True, on_delete=django.db.models.deletion.CASCADE, related_name='translations', to='core.Category')),
],
options={
'default_permissions': (),
'verbose_name': 'Category Translation',
'db_tablespace': '',
'managed': True,
'db_table': 'core_category_translation',
'db_tablespace': '',
'default_permissions': (),
},
),
migrations.CreateModel(
Expand Down Expand Up @@ -170,8 +170,8 @@ class Migration(migrations.Migration):
],
options={
'verbose_name': 'Screenshot',
'verbose_name_plural': 'Screenshots',
'ordering': ['ordering'],
'verbose_name_plural': 'Screenshots',
},
),
migrations.CreateModel(
Expand Down
3 changes: 3 additions & 0 deletions nextcloudappstore/core/static/.bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "vendor"
}
20 changes: 20 additions & 0 deletions nextcloudappstore/core/static/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.banner {
background-image: url('../img/home/background3.jpg');
background-repeat: no-repeat;
background-position: 50%;
height: 150px;
}

.brand {
line-height: 150px;
}

.nav-link > a {
color: #fff;
font-size: 12pt;
}

.nav-link > a:hover {
text-decoration: underline;
}

21 changes: 21 additions & 0 deletions nextcloudappstore/core/static/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "nextcloudappstore",
"homepage": "https://github.com/nextcloud/appstore",
"authors": [
"Bernhard Posselt <dev@bernhard-posselt.com>"
],
"description": "Nextcloud App Store",
"main": "",
"license": "AGPL",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "^3.3.6"
}
}
6 changes: 0 additions & 6 deletions nextcloudappstore/core/static/css/main.min.css

This file was deleted.

4 changes: 0 additions & 4 deletions nextcloudappstore/core/static/css/overrides.css

This file was deleted.

0 comments on commit ff16722

Please sign in to comment.