aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Expand)AuthorAgeFilesLines
* add design tool menu to appropriate pagesfriendica2013-09-036-1/+46
* allow categories to be edited when editing a postMichael Johnston2013-09-031-1/+20
* security fix and ability to change layout on webpage edit formfriendica2013-09-032-40/+47
* testing Comanchefriendica2013-09-031-1/+4
* the rest of the fixfriendica2013-09-021-24/+24
* fix mod/search_ac (sort of)friendica2013-09-021-7/+8
* add a layout selectorfriendica2013-09-021-0/+6
* preserve mimetype on page editsfriendica2013-09-021-1/+13
* pass execflag - Working for preview but not yet executing on page renderfriendica2013-09-021-1/+19
* fix webpage storagefriendica2013-09-021-7/+3
* allow a channel owner to define a default mimetype on webpages (otherwise def...friendica2013-09-021-2/+5
* webpage content-type -- needs cleaning up and a security check once all the i...friendica2013-09-023-118/+131
* Sheesh. Three lines of Javascript. All you have to do is find which of the th...friendica2013-09-011-40/+41
* rework the pdl_selector a bit since we've slightly changed the way layouts ar...friendica2013-09-011-0/+13
* add layouts and editlayout and rework the page logic in mod/itemfriendica2013-09-015-15/+227
* This isn't optimal, but on the short term we'll clone the page editor to use ...friendica2013-09-013-2/+236
* I've got a pretty good idea of how to bootstrap, parse and render Comanche no...friendica2013-08-291-9/+6
* implement a 'ping' message type to respond if we're still here and whether ou...friendica2013-08-291-0/+13
* block attempts to set the baseurl to an ip address if it was previously a dns...friendica2013-08-292-9/+10
* silence some warnings at php E_ALL levelsfriendica2013-08-282-7/+9
* issue #106friendica2013-08-281-1/+1
* It's a wretched mess, but at least photo comments show up again when viewing ...friendica2013-08-281-44/+27
* bring back mail list and cleanup some issues which popped out with full PHP w...friendica2013-08-272-3/+3
* put backticks on mysql reseved words which we unfortunately used for row name...friendica2013-08-271-1/+1
* Preparatory work for photo conversations (third time). Also take away unused ...friendica2013-08-272-11/+16
* more loose endsfriendica2013-08-272-5/+5
* get rid of ssl_policy - it's implicit in the site urlfriendica2013-08-271-7/+7
* start timestamping hubloc connections so we can eventually remove dead onesfriendica2013-08-241-1/+11
* this should fix the premium checkbox stickiness issuefriendica2013-08-221-6/+10
* proc_run, not proc_execfriendica2013-08-221-1/+1
* perform a refresh_all operation after changing premium status so that everybo...friendica2013-08-221-2/+4
* make premium channels a featurefriendica2013-08-221-0/+13
* fixes for sellpage with blocked profilesfriendica2013-08-211-9/+16
* premium/restricted channel connections implemented, configure at yoursite/cha...friendica2013-08-213-8/+25
* progress on generic sellpage - is not yet linked from existing connect button...friendica2013-08-211-1/+97
* Merge https://github.com/friendica/red into zpullfriendica2013-08-211-3/+3
|\
| * theme qualifier without dotsChristian Vogeley2013-08-211-3/+3
* | basic structure for premium channel implementationfriendica2013-08-212-0/+15
|/
* email attachments (and fix email photos)friendica2013-08-191-6/+37
* localize_item() thinks all likes on posts are likes on comments because we di...friendica2013-08-191-0/+1
* if changing primary hub during an import operation - remove the old xchan and...friendica2013-08-191-0/+25
* some sane permission defaults.friendica2013-08-181-15/+16
* More steps for mobile theme toggling + dash eliminationChristian Vogeley2013-08-191-2/+2
* get rid of more variables with dashes in the names - use underscore *except* ...friendica2013-08-155-18/+18
* fix import from filefriendica2013-08-151-4/+4
* move js from matrix pagefriendica2013-08-151-17/+0
* not able to drop pending connectionsfriendica2013-08-151-1/+2
* show main menu page even if no menus existfriendica2013-08-141-2/+2
* More progress on pages - extend writepages widget, add pagelist widgetThomas Willingham2013-08-143-14/+12
* Merge remote-tracking branch 'upstream/master'Thomas Willingham2013-08-144-1/+318
|\