Baris Soner Usakli
|
de34beaf6d
|
closes #1087
|
11 years ago |
Julian Lam
|
2ba11dce15
|
hiding search buttons and route when search is not configured
|
11 years ago |
Julian Lam
|
94f67f518e
|
fixed issue where a URL as the logo caused apple-touch-icon to explode
|
11 years ago |
Julian Lam
|
bc10080c49
|
close #1041
|
11 years ago |
Julian Lam
|
f50d77bca0
|
resolved #1060
|
11 years ago |
Baris Soner Usakli
|
fd3efd59f9
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Soner Usakli
|
495fded6dd
|
closes #1038
|
11 years ago |
Julian Lam
|
031e8128c7
|
fixed #912, added new page string for popular topics
|
11 years ago |
Julian Lam
|
bc7eb501c8
|
same for topics (translation + pagination)
|
11 years ago |
Julian Lam
|
0b0b74a559
|
properly translating strings in category nojs template, and added pagination (so not all topics are loaded on every request)
|
11 years ago |
Julian Lam
|
172b617cbc
|
using 'trust proxy' on proxied requests
|
11 years ago |
Micheil Smith
|
ee0f9d2bbe
|
Rename themes_dir to themes_path for consistency with other configuration options
|
11 years ago |
Julian Lam
|
28731e2dbd
|
minor typo, and a fix I missed
|
11 years ago |
Julian Lam
|
f698166395
|
minor fixes to paths accidentally introduced in #1020
|
11 years ago |
Julian Lam
|
9d8aff5e63
|
fixed theme previews
|
11 years ago |
Micheil Smith
|
691fde0a27
|
Added ability to change where themes are stored via themes_dir configuration option
themes_dir is resolved to be relative to the root of the NodeBB install.
|
11 years ago |
Baris Soner Usakli
|
a909a25393
|
closes #1016
|
11 years ago |
Julian Lam
|
e2c6eca36e
|
fixed #1006
|
11 years ago |
Baris Soner Usakli
|
9f663411db
|
brand logo fix
|
11 years ago |
Baris Soner Usakli
|
475f9bea04
|
closes #1011, last online wont give away your invisible status
|
11 years ago |
Baris Soner Usakli
|
bc7fd3a724
|
fix for favicon
|
11 years ago |
Micheil Smith
|
33607e0cd9
|
Move feed routing and logic to src/routes/feeds.js
|
11 years ago |
Micheil Smith
|
8cd1005a03
|
Reworked startup sequence to respect server.listen() failures and timings.
|
11 years ago |
Julian Lam
|
83b22a357c
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Julian Lam
|
03a30c8583
|
temporarily commenting out apple-touch-icon, since it seems to be duplicating sessions on every reload
|
11 years ago |
Baris Soner Usakli
|
49254f268e
|
added missing next callbacks
|
11 years ago |
Micheil Smith
|
a3bb9f4e3d
|
Changed feeds to be generated on-demand
No longer are we writing them to disk, instead, we simply generate on demand.
|
11 years ago |
Baris Soner Usakli
|
dc592853fc
|
closes #942
|
11 years ago |
psychobunny
|
1c1c5da8f2
|
isAdmin in header
|
11 years ago |
Baris Soner Usakli
|
db309ce8a1
|
closes #661
|
11 years ago |
Julian Lam
|
37f7d1d08a
|
resolved issue #913
|
11 years ago |
Baris Soner Usakli
|
267e7a3d5b
|
fixed redirect
|
11 years ago |
Baris Soner Usakli
|
c042d4253b
|
added popular rss feed
|
11 years ago |
Baris Soner Usakli
|
ab2b0e6560
|
fixed direct loading of popular page
|
11 years ago |
Baris Soner Usakli
|
a86ddc9934
|
closes #726
|
11 years ago |
psychobunny
|
92725ee3df
|
Merge pull request #874 from BitBangersCode/templates-fix
Add custom templates to /api/get_templates_listing
|
11 years ago |
Julian Lam
|
d8eec5dd2e
|
fixed missing og:title on category view
|
11 years ago |
Julian Lam
|
b954668636
|
browser title, #911
|
11 years ago |
Julian Lam
|
fb2b54b314
|
refactored meta and link tag generation to template (yay frontend processing!)
cache busters now always added in template, instead of throughout code
|
11 years ago |
Julian Lam
|
95d671281a
|
moved port 80 and 443 warnings to its own conditional
|
11 years ago |
Baris Soner Usakli
|
f68b692ce4
|
closes #863
|
11 years ago |
Julian Lam
|
5482146bc4
|
simplified a conditional
|
11 years ago |
Baris Soner Usakli
|
1084523c92
|
lots of pagination work, query params, ajaxify to pids
|
11 years ago |
MrWaffle
|
869f9e0d86
|
Add custom templates to /api/get_templates_listing
|
11 years ago |
Baris Soner Usakli
|
2e786cc4d1
|
closes #873, removed global translator, templates and server objects
|
11 years ago |
Baris Soner Usakli
|
393bb7245c
|
closes #866
|
11 years ago |
Julian Lam
|
459d5ddccd
|
fixed #867 - added proper detection so that onpopstate would not react if it was a proper page load
|
11 years ago |
Julian Lam
|
43808c01ec
|
reduced the number of 'ajaxify.go' calls to one, in /src
|
11 years ago |
Julian Lam
|
b587d7b5ad
|
fixed issue where calls to ajaxify.go were sending in a "template" argument that had since been removed, navigating back to NodeBB from an external link now no longer clobbers the History stack.
|
11 years ago |
akhoury
|
dcc6ec797e
|
removed use_proxy config, cleaned-up some comments and sneaked in a time log print on initialization, also, related to pull#820
|
11 years ago |