Sebastiaan Janssen
|
b37f4e805e
|
Merge branch 'master' into our-mvc5-cleaned
Conflicts:
OurUmbraco.Site/Views/MacroPartials/Spam/Overview.cshtml
OurUmbraco.Site/macroScripts/repository-view-project.cshtml
OurUmbraco.Site/usercontrols/our.umbraco.org/Signup.ascx
OurUmbraco/Our/usercontrols/Signup.ascx
OurUmbraco/Our/usercontrols/Signup.ascx.cs
|
2015-07-31 16:17:40 +02:00 |
|
Sebastiaan Janssen
|
7e063e046c
|
Some more spam updates
|
2015-07-30 20:01:31 +02:00 |
|
Sebastiaan Janssen
|
81aec9d30a
|
Adjust uForum namespaces to be correct
|
2015-07-26 20:31:59 +02:00 |
|
Sebastiaan Janssen
|
61571ade98
|
Move our.umbraco.org and uProject
|
2015-07-26 19:57:02 +02:00 |
|
Sebastiaan Janssen
|
e3426fe80a
|
Move uForum and adjust uForum namespaces to be correct
|
2015-07-26 12:31:15 +02:00 |
|
Sebastiaan Janssen
|
6496e23da9
|
Implement delete members for HQ
|
2015-07-09 10:26:40 +02:00 |
|
Sebastiaan Janssen
|
ebc7480cfe
|
OUR-244 Highlight solved threads in quick menu
#OUR-244 In Progress
|
2015-06-25 23:09:41 +02:00 |
|
Sebastiaan Janssen
|
24dfa37600
|
OUR-231 Legacy profile badges have returned
#OUR-231 Fixed
|
2015-06-24 11:39:30 +02:00 |
|
Sebastiaan Janssen
|
daa9fbe09f
|
Moves some namespaces around so that it's a bit more nicely organized
|
2015-06-24 10:05:12 +02:00 |
|
Sebastiaan Janssen
|
f718a7836e
|
Link avatar notification to the correct page
|
2015-06-23 11:36:44 +02:00 |
|
Simon Busborg
|
ddb793877d
|
Added notifications to quickmenu
|
2015-06-23 11:33:18 +02:00 |
|
Sebastiaan Janssen
|
5dc3eb618e
|
WIP encourage people to upload larger avatars
|
2015-06-23 10:57:01 +02:00 |
|
Sebastiaan Janssen
|
a051cb9f4f
|
Remove duplicate code and make getting avatar consistent everywhere
|
2015-06-17 17:23:57 +02:00 |
|
Rune Hem Strand
|
400bd86cf6
|
OUR-177 missing name in forum overview
also fixed on "latest activity"(frontpage) and quickmenu
|
2015-06-16 10:34:25 +02:00 |
|
Sebastiaan Janssen
|
61cc6b2861
|
OUR-167 No checks on Twitter alias to ensure correct link
OUR-168 Twitter url is broken on member page
|
2015-06-15 18:35:41 +02:00 |
|
Sebastiaan Janssen
|
a41b81a93e
|
Don't show forum threads for forums that don't exist any more
|
2015-06-13 14:48:36 +02:00 |
|
Rune Hem Strand
|
747f2795f8
|
Register and login views
|
2015-03-03 19:54:42 +01:00 |
|
Rune Hem Strand
|
bfa6933dd4
|
Login rollback
|
2015-03-03 15:16:42 +01:00 |
|
Sebastiaan Janssen
|
0f55407f3b
|
Correcting error message
|
2015-03-03 14:32:48 +01:00 |
|
Rune Hem Strand
|
a392addea5
|
Quickmenu fix
|
2015-03-03 11:10:39 +01:00 |
|
Rune Hem Strand
|
28a5b71c05
|
Merge branch 'v7-upgrade-test' of https://github.com/umbraco/OurUmbraco into v7-upgrade-test
Conflicts:
OurUmbraco.Site/Views/MacroPartials/Members/QuickMenu.cshtml
|
2015-03-03 11:00:01 +01:00 |
|
Rune Hem Strand
|
4fd7e472e6
|
release and quickmenu login
|
2015-03-03 10:47:28 +01:00 |
|
Shannon
|
93fd82abb5
|
Fixes QuickMenu and it's query
|
2015-03-03 12:39:51 +11:00 |
|
Sebastiaan Janssen
|
a0ccf988f4
|
Make sure we can still run on SSL
|
2015-03-02 14:55:22 +01:00 |
|
Shannon
|
7501c1c323
|
Removes Url from the forum index since Url generation requires a db lookup which will be slow to re-index and we cannot have 2 readers open at once while reading. Changes the Url property of Topic to be a method called GetUrl. Udpates the logic in the SearchResultExtensions to lookup the forum URL based on the result. Changed the other examine data services to yield return for max performance and less memory. The Forum can now be fully indexed... before was only 1000 incomplete records. Still needs more work though.
|
2015-03-02 18:19:58 +11:00 |
|
Shannon
|
606b4e6ba2
|
Saves even more queries and N+1 issues. "QuickMenu" should have been called "SlowMenu"
|
2015-03-02 17:15:27 +11:00 |
|
Shannon
|
20eb62eddd
|
Cleans up the 'Services' - they should not be idisposable unless they exist as a global lifespan, but they are not being used that way so therefore should not dispose and should def not dispose the global DatabaseContext since they are being used as a transient instance. Renames more Utills with less L's. Fixes more event handlers to be ApplicationEventHandler instead of the legacy ones. Fixes the Forum data service to actually index ALL form items, not just 1000 of them (no idea why this was occuring?) Fixes Latest.cshtml to iterate of an iteratable collection. Fixes more null ref checks.
|
2015-03-02 13:52:07 +11:00 |
|
TimGeyssens
|
8e83673572
|
Correct link to logout action
|
2015-02-27 14:51:23 +01:00 |
|
Rune Hem Strand
|
49e54248d7
|
logout button
|
2015-02-20 14:11:19 +01:00 |
|
Rune Hem Strand
|
809957413f
|
Forum avatar resizing
|
2015-02-19 14:26:47 +01:00 |
|
Rune Hem Strand
|
1a3d601165
|
upload profile img dialogue
|
2015-02-19 13:47:34 +01:00 |
|
TimGeyssens
|
7d7e9d09cd
|
Some extra checks on logged in member
|
2015-02-18 14:18:20 +01:00 |
|
TimGeyssens
|
389facf056
|
Edit profile avatar upload working
|
2015-02-18 13:29:39 +01:00 |
|
TimGeyssens
|
88d3b45ebb
|
changes quick menu (adds close button)
|
2015-02-18 11:04:59 +01:00 |
|
Rune Hem Strand
|
13d18e603e
|
quick menu edit profile
|
2015-02-17 10:41:08 +01:00 |
|
TimGeyssens
|
771477813d
|
Got topic creation working
|
2015-02-05 21:05:04 +01:00 |
|
Rune Hem Strand
|
70464db688
|
Merge branch 'v7-upgrade-test' of https://github.com/umbraco/OurUmbraco into v7-upgrade-test
Conflicts:
OurUmbraco.Site/Assets/js/app.min.js
Category filter
|
2015-02-04 14:17:21 +01:00 |
|
Rune Hem Strand
|
b795544c9f
|
Category select, copy-link
|
2015-02-02 14:22:49 +01:00 |
|
Rune Hem Strand
|
8e11df20e3
|
Icons and badges/roles
|
2015-01-30 12:04:57 +01:00 |
|
Rune Hem Strand
|
dc86099950
|
quickmenu
|
2015-01-29 17:50:03 +01:00 |
|
ploug@umbraco.dk
|
56a2ace7d2
|
Initial commit of our WIP
This is very likely break the dev site
|
2015-01-26 13:13:06 +01:00 |
|