aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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 ↵friendica2013-09-021-2/+5
| | | | | | | | default to "choose") - also fix the selector w/r/t php code. There is no ui for setting either at the moment, but for instance with wiki pages we probably don't want to have multiple choice of the mimetype. Keep it simple.
* | webpage content-type -- needs cleaning up and a security check once all the ↵friendica2013-09-023-118/+131
| | | | | | | | important bits are in place.
* | Sheesh. Three lines of Javascript. All you have to do is find which of the ↵friendica2013-09-011-40/+41
| | | | | | | | three lines is doing something wrong. Or FILE A BUG. Or use a different browser (not *try* a different browser, *use* a different browser), or turn off freaking tinymce. But no - let's argue about browsers instead.
* | rework the pdl_selector a bit since we've slightly changed the way layouts ↵friendica2013-09-011-0/+13
| | | | | | | | are stored.
* | 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
|/ | | | as a block editor, and probably a layout editor as well. Eventually, these should all probably just be switches onto a single editor instance. Decided to put the layout_mid into the item table directory rather than re-use resource_id, so that we can still have pages attached to different resources like photos and events and stuff. The block editor is far from finished, at this point I've only cloned it and changed the name and type of item it looks for.
* I've got a pretty good idea of how to bootstrap, parse and render Comanche ↵friendica2013-08-291-9/+6
| | | | now. This does not mean it's close to being presentable - far from it.
* implement a 'ping' message type to respond if we're still here and whether ↵friendica2013-08-291-0/+13
| | | | our URL or keys have changed.
* block attempts to set the baseurl to an ip address if it was previously a ↵friendica2013-08-292-9/+10
| | | | dns name
* 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
| | | | the photo. This is just temporary until these conversations are merged into the common conversation viewer, so it's not worth spending a lot of time cleaning up the remnants.
* bring back mail list and cleanup some issues which popped out with full PHP ↵friendica2013-08-272-3/+3
| | | | warnings
* put backticks on mysql reseved words which we unfortunately used for row ↵friendica2013-08-271-1/+1
| | | | names a long time ago
* Preparatory work for photo conversations (third time). Also take away unused ↵friendica2013-08-272-11/+16
| | | | "post new activity" preferences until they actually do something.
* 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 ↵friendica2013-08-221-2/+4
| | | | everybody will catch it quickly and not in a day or two.
* 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 ↵friendica2013-08-213-8/+25
| | | | yoursite/channel/nickname - this basically redirects "follow" requests to a premium channel's sell page if it has one configured. You can still click through and create a connection request (introduction), but this provides a means for the channel owner to state their terms. If you don't abide by the terms, you will likely be blocked or the channel deleted. This facility is extensible in a number of ways.
* progress on generic sellpage - is not yet linked from existing connect ↵friendica2013-08-211-1/+97
| | | | buttons and editing has not been completed
* 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 ↵friendica2013-08-191-0/+1
| | | | didn't pass any info in the activity object to distinguish them from each other.
* if changing primary hub during an import operation - remove the old xchan ↵friendica2013-08-191-0/+25
| | | | and create a fresh xchan pointing at this instance. Also a minor edit to increase the default photo upload limit for new sites. There aren't many cameras left that will take photos < 800k in size.
* 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
| | | | in CSS. These were probably already here, but if you see any - please keep them out of PHP and MySQL where they sometimes get interpreted as a subtraction operation and are a bugger to find.
* 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
|\
| * fix expire so it actually should expire stuff; and mostly the correct stuff ↵friendica2013-08-141-1/+0
| | | | | | | | - though it DOESN'T currently send out notifications to connections