Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add server side permalink validation for users #66

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
eb6b4b7
Add server side permalink validation for users
stefanisak Feb 18, 2016
6112aef
Start develop design
donostiastudio Mar 29, 2016
e60c59b
Design of performer template.
donostiastudio Apr 13, 2016
93e49a1
Design of performer template.
donostiastudio Apr 13, 2016
e1e329b
15 april
donostiastudio Apr 15, 2016
76161d2
20 april
donostiastudio Apr 20, 2016
a338bd5
Added imageLoader.js via bower
donostiastudio Apr 21, 2016
3596748
- Added jquery.equalheights.js via bower
donostiastudio Apr 29, 2016
d03ae25
- working on single event layout
donostiastudio May 19, 2016
307a5e4
- working on single event layout. production node with popup
donostiastudio May 20, 2016
a85f819
- working on single event layout
donostiastudio May 25, 2016
a12d586
- working on single event layout
donostiastudio May 26, 2016
4c48c1a
Event contents layout
gianlucadelgobbo Jun 8, 2016
d5e364c
Event contents layout
gianlucadelgobbo Jun 9, 2016
2c32bc0
Event contents layout
gianlucadelgobbo Jun 9, 2016
527e19e
Event contents layout
gianlucadelgobbo Jun 10, 2016
fe80c77
Event participate
gianlucadelgobbo Jun 12, 2016
26849bc
Event participate
gianlucadelgobbo Jun 13, 2016
8781c83
Merge branch 'design' of /Users/gianlucabernardo/github/avnode with c…
donostiastudio Jun 14, 2016
04ca443
Event detail
gianlucadelgobbo Jun 17, 2016
ef53ec4
- working on single event layout
donostiastudio Jun 17, 2016
ef30381
Fix FLxER Login
gianlucadelgobbo Jun 19, 2016
ea020b5
Fix FLxER Login
gianlucadelgobbo Jun 19, 2016
dc86e5f
Fix google login
gianlucadelgobbo Jun 20, 2016
006f75a
Merge remote-tracking branch 'origin/design' into design
donostiastudio Jun 22, 2016
8cf8cd3
- working on single event layout
donostiastudio Jun 22, 2016
199975d
- working on single event layout
donostiastudio Jun 22, 2016
f68d716
- working on single event layout
donostiastudio Jun 22, 2016
bfed594
List pages fix
gianlucadelgobbo Jun 23, 2016
cc50627
Merge remote-tracking branch 'origin/design' into design
gianlucadelgobbo Jun 23, 2016
852aa68
Fix list and details
gianlucadelgobbo Jun 23, 2016
3cf2199
Fix list and details
gianlucadelgobbo Jun 23, 2016
4d6698a
Fix mongoose schema
gianlucadelgobbo Jun 24, 2016
dbea180
- working on single event layout
donostiastudio Jun 24, 2016
f3a875e
Merge remote-tracking branch 'origin/design' into design
donostiastudio Jun 24, 2016
e41c96c
- working on single performance layout
donostiastudio Jun 24, 2016
89c1922
Thumbnail handling
gianlucadelgobbo Jun 24, 2016
d301ce2
Thumbnail handling
gianlucadelgobbo Jun 25, 2016
9da9573
TV Shows and Flash Players
gianlucadelgobbo Jun 26, 2016
9b80bf5
Controlpanel & vjtelevision generator
gianlucadelgobbo Jun 26, 2016
7ad7b52
VJTelevision generator
gianlucadelgobbo Jun 27, 2016
838f338
VJTelevision generator
gianlucadelgobbo Jun 27, 2016
81967f4
VJTelevision generator
gianlucadelgobbo Jun 27, 2016
91a660e
Controlpanel
gianlucadelgobbo Jun 27, 2016
e9ba036
Controlpanel
gianlucadelgobbo Jun 27, 2016
ee56a1d
VJ Television player ADD
gianlucadelgobbo Jun 27, 2016
ed81675
VJ Television player ADD
gianlucadelgobbo Jun 27, 2016
9609ebc
Controlpanel fix
gianlucadelgobbo Jun 28, 2016
f2469ab
- working on single performance/ single playlist/ alt. user menu layout
donostiastudio Jun 28, 2016
a9a481f
Controlpanel and TV programming
gianlucadelgobbo Jun 29, 2016
747838f
Merge branch 'design' into finish-cp-user-public
stefanisak Jun 30, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/public/_lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ var label_ctr_crew_members_16={"code0":"Member already added"};
var label_ctr_crew_websiteDeleteConfirmMsg_17={"code0":"Are you sure you want to delete this website?"};
var label_ctr_crew_member_18={"code0":"Are you sure you want to delete this member from your group?","code1":"Pending confirmation"};
/* gallery */
var label_gallery_edit={"code0":"Are you sure you want to delete this gallery?","code1":"Are you sure you want to delete this content?","code2":"Saving ...","code3":"Wait for the preparation of the ZIP file"};
var label_gallery_edit={"code0":"Are you sure you want to delete this galleries?","code1":"Are you sure you want to delete this content?","code2":"Saving ...","code3":"Wait for the preparation of the ZIP file"};

/* playlist */
var label_playlist_new={"code0":"The File field is required","code1":"There must be at least 5 files found in the Footage"};
Expand Down
Loading