aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix month view in fullscreen modeMario Vavti2016-06-281-1/+7
|
* update fullcalendar to version 2.8.0Mario Vavti2016-06-2810-71/+267
|
* still working through some issues with curl magic-authredmatrix2016-06-275-6/+30
| | | | fixed profile photo upload
* provide a daemon for implementing zot magic-auth over curl.redmatrix2016-06-271-0/+52
|
* add letsencrypt x3 intermediate cert and new cert file, improve UX of new ↵redmatrix2016-06-277-689/+457
| | | | registrations
* replace [+] and [-] with chevron iconsredmatrix2016-06-272-5/+5
|
* comment on the setup page about the possible need for intermediate certs.redmatrix2016-06-272-4/+10
|
* typosHabeas Codice2016-06-271-3/+3
|
* start on re-write of the permissions doc. Some of this will change ↵redmatrix2016-06-271-8/+12
| | | | (slightly), as the permissions framework is currently evolving. Most of the concepts and mechanisms will remain the same, but we need to simplify and do a better job of explaining the concepts.
* fix for the rendering side of issue #412. We traditionally store allredmatrix2016-06-261-1/+1
| | | | | | | | | | "user generated" content with ENT_COMPAT encoding to reduce the attack vector for JS CSS exploits. This may present compatibility issues sharing wikis to platforms which do not provide such CSS protection. We can either decide that wikis are inherently insecure and filter them on render (with an associated performance penalty), or keep the existing method of filtering on store. I'm not making that choice. I'm merely fixing the obvious rendering issue in mono-platform viewing.
* remove the app $a passed to profile_load, also add profile_load to mod_wiki ↵redmatrix2016-06-2627-28/+29
| | | | which should fix issue #431
* document the daemon classesredmatrix2016-06-261-0/+43
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-06-265-36/+199
|\
| * Merge pull request #441 from Treer/cdnhubzilla2016-06-261-1/+1
| |\ | | | | | | fix absolute .js urls
| | * fix absolute .js urlsTreer2016-06-261-1/+1
| | |
| * | Merge pull request #438 from anaqreon/wikihubzilla2016-06-263-27/+178
| |\ \ | | | | | | | | Wiki post generation option and image embed tool
| | * | A page name wrapped in double brackets is converted into a link to another ↵Andrew Manning2016-06-253-5/+32
| | | | | | | | | | | | | | | | page in the current wiki
| | * | Insert image links wherever cursor is in the editorAndrew Manning2016-06-251-2/+2
| | | |
| | * | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-06-2536-3770/+3959
| | |\ \
| | * | | Post generation about new wiki is optional, default is NOT to post. Fixed ↵Andrew Manning2016-06-253-22/+146
| | | | | | | | | | | | | | | | | | | | bug in wiki creation. Added embed image dialog and album browser.
| * | | | Merge pull request #440 from Treer/mischubzilla2016-06-261-1/+1
| |\ \ \ \ | | | | | | | | | | | | fix help link
| | * | | | fix help linkTreer2016-06-261-1/+1
| | | |/ / | | |/| |
| * | | | Merge pull request #439 from Treer/cdnhubzilla2016-06-261-8/+20
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| Allow absolute links to css and js files (for CDN links)
| | * | Allow absolute links to css and js filesTreer2016-06-251-8/+20
| |/ /
* / / issue #442, tables contain too much whitespace (there's a definite issue ↵redmatrix2016-06-262-1/+25
|/ / | | | | | | here, but I should note the offending example was full of carriage returns as well as linefeeds; which exacerbated the problem).
* | Improvements to help pagesAlexandre Hannud Abdo2016-06-256-44/+51
| |
* | media (e.g. video) files weren't being detected correctly in oembed, causing ↵redmatrix2016-06-251-9/+8
| | | | | | | | the stream to try and load large videos (and failing)
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-06-241-1/+1
|\ \
| * \ Merge pull request #435 from dissolve/microformats2hubzilla2016-06-241-1/+1
| |\ \ | | | | | | | | add url permalink mf2 markup
| | * | add url permalink mf2 markupBen Roberts2016-06-241-1/+1
| | | |
* | | | fix pdledit "list layouts"redmatrix2016-06-242-3515/+3522
|/ / /
* | | Merge pull request #434 from dissolve/microformats2hubzilla2016-06-241-1/+1
|\| | | | | | | | p-author missing from embedded h-card in items
| * | p-author missing from embedded h-card in itemsBen Roberts2016-06-231-1/+1
|/ /
* | make dropdown-caret invoke the dropdownredmatrix2016-06-231-1/+1
| |
* | SuperCurl to provide a re-usable curl options stack and just change options ↵redmatrix2016-06-232-1/+112
| | | | | | | | that are different from one call to the next
* | db update for abconfig transitionredmatrix2016-06-234-4/+40
| |
* | change AbConfig to use channel_id instead of channel_hash; which was a ↵redmatrix2016-06-237-32/+30
| | | | | | | | mistake in retrospect
* | relocate the cache classredmatrix2016-06-235-73/+52
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-06-231-6/+6
|\ \
| * \ Merge pull request #433 from dissolve/microformats2hubzilla2016-06-231-6/+6
| |\ \ | | | | | | | | microformats 2 for posts
| | * | microformats 2 for postsBen Roberts2016-06-221-6/+6
| | | |
* | | | code cleanup for profile_photosredmatrix2016-06-236-68/+108
|/ / /
* | | set profile when "use existing photo"redmatrix2016-06-221-4/+14
| | |
* | | missing class selector when "use photo as profile photo"redmatrix2016-06-221-1/+1
|/ /
* | the xchan_query wasn't fully optimised as we were comparing quoted and ↵redmatrix2016-06-221-4/+4
| | | | | | | | unquoted strings when looking for duplicates
* | db statement debuggingredmatrix2016-06-223-6/+8
| |
* | use the normal html escape for '@' in addresses rather than the high-plane ↵redmatrix2016-06-223-3/+3
|/ | | | unicode variant. This makes it copy-able, but not easily scrape-able.
* provide a skeleton of the current CalDAVClient with lots of notes about how ↵redmatrix2016-06-211-0/+739
| | | | best to move forward just in case anybody is feeling ambitious or anxious.
* channel homepage not providing content when javascript disabledredmatrix2016-06-211-0/+3
|
* vcard spec changesredmatrix2016-06-214-24/+31
|