OldHawk
18dbdf50b1
feat(medals): new module medals
2018-06-18 20:32:11 +08:00
OldHawk
b1fd2def16
feat(core): update font-awesome to v5.0.13
2018-06-12 19:21:36 +08:00
OldHawk
9333860cd5
feat(config): setting whether show site keywords and description info
2018-05-02 15:41:18 +08:00
OldHawk
944a59467b
feat(home): add configure settings item to hide more info from home page
2018-04-25 17:08:00 +08:00
OldHawk
018bb33723
feat(forums): emoji in post form
2017-12-09 23:16:34 +08:00
OldHawk
c3149302a0
Merge commit '84ec1c80d283cbea8b186629e7b1de49d91cf9ba'
...
* commit '84ec1c80d283cbea8b186629e7b1de49d91cf9ba':
fix(heroku): fix invalid app.json (#1901 )
feat(deps): dependencies upgrade (#1887 )
release(0.6.0): MEAN.JS 0.6.0 (#1863 )
feat(readme): Deploy to Heroku button (#1854 )
fix(users): Spacing Issues
Abstracted OAuth routes to use req param to identify strategy & moved scope to actual strategy definition.
Save profile images to Amazon S3 (#1857 )
fix(build): Require correct dependencies for prod build (#1855 )
fix(eslint): Make `space-before-function-paren` rule consistent with other rules (#1858 )
fix(gulpfile): show error on uglify (#1860 )
feat(core): Add manifest.json (#1851 )
# Conflicts:
# CHANGELOG.md
# README.md
# modules/core/client/views/header.client.view.html
# modules/users/client/views/settings/change-profile-picture.client.view.html
# modules/users/server/controllers/users/users.profile.server.controller.js
# package.json
2017-10-13 15:43:39 +08:00
Pedro Rodrigues
e4f83c69ff
feat(core): Add manifest.json ( #1851 )
...
Adds a JSON file which provides information about the app,
offering a quicker access and a richer experience for the users.
2017-08-26 20:43:29 +03:00
OldHawk
e99835e480
feat(core): add project keywords
2017-08-03 13:28:39 +08:00
OldHawk
6f7f08206a
fixed many element css
2017-05-15 19:08:56 +08:00
OldHawk
b7b5988517
add highlight.js support
2017-05-04 16:25:07 +08:00
OldHawk
cdcacc6b85
add download btn on every list item
...
change meanTorrent config
2017-04-07 15:34:51 +08:00
OldHawk
0079236c7b
edited body & footer style
2017-04-03 14:59:55 +08:00
OldHawk
13e4a346d0
add tmdb image base url config and service
2017-04-02 12:37:23 +08:00
OldHawk
bf01cb37a3
add home topone backdrop info
2017-04-01 14:22:11 +08:00
OldHawk
e2ec5b7d01
add the footer view
2017-04-01 10:28:54 +08:00
OldHawk
2989274c37
add an AnnounceConfig client service, it can read announce config data of server side
2017-03-27 13:37:17 +08:00
Pedro Rodrigues
59c11c622e
fix(core): fix twitter meta tags ( #1581 )
...
I believe the Twitter meta tags are outdated and this PR fixes them.
Taking into account the current MEAN.js tags and the Twitter docs, the most similar feature I found
is the Twitter Summary Card (https://dev.twitter.com/cards/types/summary ).
2016-10-19 11:49:02 +03:00
Cameron Behar
aebaf2ff74
fix(core): Remove the <base> tag.
2016-10-10 16:05:10 -07:00
walter
0588eaba48
Moved owasp config into default and reverted other config files.
...
Modified config to be "shared". This will allow future configurations to be easily passed to the client.
2016-09-12 11:53:22 -07:00
walter
8dcf3f6728
Fixed minor type-o's and set owasp.config() rather than the underlying configs.
2016-09-08 12:08:37 -07:00
walter
d73d6baa7c
Changed variable name to owaspConfig
2016-09-08 11:28:30 -07:00
walter
4ddb059346
switched to handlebar template for passing the server's owasp config down to the client.
...
reverted some of the other changes (regarding the http request).
2016-09-08 11:17:41 -07:00
Liran Tal
f6e579765f
feat(express): introducing handlebars nodejs template system ( #1461 )
...
This commit introduces handlebars template system and completely replacing Swig and the Consolidate project to handle multiple template systems.
Fixes #1286
2016-08-29 08:32:21 +03:00
Mikael Korpela
07a860f6b5
feat(angular): disable Angular debug data in production ( #1457 )
...
Disable Angular debug data in production for a significant performance
boost.
Passes environment variable from template to app config and from there
to
Angular bootstrap config.
https://docs.angularjs.org/guide/production#disabling-debug-data
See #1294
2016-08-28 14:52:05 +03:00
hyperreality
99c64cf7ca
feat(html): support noscript tag on layout for browsers with no javascript ( #1454 )
2016-08-28 14:28:16 +03:00
Cody B. Daig
5009a72bf0
feat(core): Enable ng-strict-di ( #1389 )
2016-07-11 09:10:42 -06:00
trendzetter
b633dfb964
Revert "Enhancement(core):Relative position attribute added to the header."
2016-04-18 22:11:07 +02:00
Olatunde Garuba
661b3b6461
Enhancement(core):Relative positon attribute added to the header.
...
Relative positon attribute added to the header. proposed by @generalgmt
Fixes #1275
2016-03-19 16:52:28 +01:00
IteloFilho
49f6a83032
feat (title): Dynamic Title: Improve SEO
2016-02-10 12:12:10 -03:00
mleanos
e6a5732698
Favicon invalid path
...
Removed the {{url}} from the Favicon path. This fixes the intermittent
issues with the path resolving to an invalid location.
Removed the url from the twitter:image & og:image tags, to be static
references to the logo.
2015-10-17 16:17:28 -07:00
Ryan Hutchison
3bf07fe4ec
Remove data- prefix from attributes
2015-08-25 12:34:40 -04:00
Andrew Throener
d319f9203f
Initial commit to return /client to the URL include paths
...
Conflict Resolve
Fixed Karma testing
Added back cacheIDFromPath as I am not sure what that does. Just removed the replaceing of /client
2015-08-13 11:07:02 -05:00
Ryan Hutchison
ef3a3f9548
formatting reboot (space-2 and consistency)
...
JSCS fixes
update editorconfig
2015-07-31 10:04:02 -04:00
Liran Tal
d7f96227eb
Merge pull request #685 from codydaig/pull664
...
Move livereload, image, and favicon to config
2015-07-25 11:35:47 +03:00
Mikael Korpela
28027290b5
Putting the head in order
...
- Moving a few meta tags+base tag before title. I've noticed Bootstrap [recommends this](http://getbootstrap.com/getting-started/#template ) (wasn't sure why) so I did some quick googling and [IE seems to be the reason](http://blogs.msdn.com/b/ieinternals/archive/2011/07/18/optimal-html-head-ordering-to-avoid-parser-restarts-redownloads-and-improve-performance.aspx ) but there some other speculations too. Feel free to search more.
- ...in any case, [charset tag should come before the title](http://www.w3.org/wiki/The_HTML_head_element#Stop_right_there.21_Inline_CSS_and_JavaScript_is_not_too_clever.21 ).
- Removing keyword tag since it [isn't really used anymore](https://chrisedwards.me/seo/keyword-meta-tag-google/ ).
- Removing duplicate Content-type/Encoding tag
- Remove IE shim
2015-07-25 02:47:17 +03:00
Cody B. Daig
a62c4dd16d
Move livereload, image, and favicon to config
2015-07-23 20:05:34 -07:00
Liran Tal
d5b22e35c4
addressing missing newlines and node 0.12 version for travis-ci
2015-07-05 01:12:54 +03:00
Liran Tal
67e96a4f22
0.4.0 branch merged into master
2015-07-02 12:08:09 +03:00
Mikael Korpela
238bbe1ad8
Fix headers to HTML5 format
...
Headers were a weird mixture of html5 and xhtml. Now it's pure html5.
Use this as doctype if you really want it to be xhtml, but I don't see why would you want that with Angular:
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
```
2015-04-08 11:26:27 +02:00
Andreas Bjørn Hassing Nielsen
ab18e14aa5
Fix #321 image paths in social meta tags [v0.4]
2014-12-23 13:32:27 +01:00
Amos Haviv
ab81d61bd3
New 0.4 version
2014-11-10 23:12:33 +02:00