aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* allow jot to be displayed expanded, remove deprected datetimepicker js and ↵Mario Vavti2015-04-173-15/+15
| | | | some random fixes
* wording and css fixesMario Vavti2015-04-161-1/+1
|
* provide a separate input field for rpost attachmentsMario Vavti2015-04-162-1/+2
|
* make rpost respect default post permissionsMario Vavti2015-04-161-1/+8
|
* whitespaceMario Vavti2015-04-161-15/+15
|
* move share webpage element from editwebpage to webpages and make it ↵Mario Vavti2015-04-162-18/+16
| | | | shareable with rpost
* Update viewsrc.phpmrjive2015-04-151-1/+2
| | | Adding the item ID to the item source view
* funny I should mention comanche preview (yesterday) as clicking the view ↵friendica2015-04-141-17/+15
| | | | link on a layout does nothing interesting at all. So I've made it do a crude but useable preview with page content of 'Lorem Ipsum'.
* Merge https://github.com/redmatrix/redmatrix into pending_mergefriendica2015-04-143-16/+8
|\
| * css fixes and remove expert mode for block page content typeMario Vavti2015-04-142-11/+3
| |
| * Merge branch 'master' of https://github.com/redmatrix/redmatrixMario Vavti2015-04-142-6/+11
| |\
| * | some more on webpagesMario Vavti2015-04-142-5/+5
| | |
* | | default perms not being set in some casesfriendica2015-04-141-0/+10
| |/ |/|
* | unquote binaryHabeas Codice2015-04-131-2/+3
| |
* | item_check_service_class wasn't returning correct resultsfriendica2015-04-131-4/+8
|/
* webpages appearenceMario Vavti2015-04-131-2/+5
|
* reverse file activity logicMario Vavti2015-04-122-5/+5
|
* program the affinity slider labelsfriendica2015-04-091-6/+22
|
* make sure we redirect to a sane place after deleting a webpage elementfriendica2015-04-093-0/+6
|
* system channel always has allow_code privilegesfriendica2015-04-081-1/+1
|
* update features, allow sys account page deletionfriendica2015-04-081-0/+4
|
* add common connection count to suggestionsfriendica2015-04-072-1/+2
|
* separate the hub query since it changes the logic default and cannot easily ↵friendica2015-04-071-4/+7
| | | | be grouped
* add endless scroll to viewconnections modulefriendica2015-04-061-7/+28
|
* commit 59828593c broke some important poco stuff, looks like the cat might ↵friendica2015-04-061-0/+5
| | | | have climbed over the keyboard and deleted something that wasn't intended to be deleted.
* Merge https://github.com/redmatrix/redmatrix into pending_mergefriendica2015-04-063-17/+24
|\
| * Fix Design Tool navigation for sys channel.Klaus Weidenbach2015-04-063-17/+24
| | | | | | | | Fix creating menu for sys channel.
* | make the findpeople widget honour the local/global directory settingfriendica2015-04-061-1/+1
|/
* issue #226friendica2015-04-052-2/+6
|
* provide ability to have randomised homepage content from a set of pages name ↵friendica2015-04-021-2/+6
| | | | home-*
* update resource linksfriendica2015-04-011-1/+1
|
* fix regdirfriendica2015-03-312-5/+12
|
* allow webpage for home to use its own layout filefriendica2015-03-311-0/+14
|
* don't included any deleted posts in the self queryfriendica2015-03-301-1/+1
|
* title of preview button incorrect, fix ability to upload to webpagesfriendica2015-03-304-4/+7
|
* Correcting reported Doxygen syntax warnings.Klaus Weidenbach2015-03-298-519/+477
| | | | | | | Fixed wrong Doxygen syntax and add some of the available FIXME to Doxygen documentation. Updated Doxygen configuration to add also all capital letter tags. Adding some more Doxygen documentation.
* add channel_lastpost timestamp to help optimise some outrageously expensive ↵friendica2015-03-261-0/+7
| | | | queries.
* provide ways to over-ride the datetime pickersfriendica2015-03-261-1/+3
|
* item_check_service_class - the join is totally unnecessaryfriendica2015-03-251-20/+20
|
* improve description of that settingfriendica2015-03-251-1/+1
|
* admin config for default expirationfriendica2015-03-251-9/+12
|
* also allow service classes to set post expiration. These take priority over ↵friendica2015-03-241-2/+5
| | | | the site default.
* improve performance of the zotfeed queriesfriendica2015-03-231-2/+3
|
* Merge https://github.com/friendica/red into pending_mergefriendica2015-03-231-1/+21
|\
| * sql in -> INMario Vavti2015-03-231-1/+1
| |
| * indicate new or updated itemsMario Vavti2015-03-231-1/+21
| |
* | limit notification detail queries for items and eventsfriendica2015-03-231-3/+3
| |
* | operation snakebite, cont.friendica2015-03-221-7/+20
|/
* $simple_update isn't so simple any more. Make sure we don't re-itnroduce the ↵friendica2015-03-223-14/+12
| | | | bug that session['loadtime'] was created to fix. It's questionable whether we still need to even look for item_unseen but I won't make that call today. We can also eliminate the restriction on not doing live updates from the discover tab since we aren't relying completely on item_unseen (which can only be set by the owner and won't work on a page with virtual owners).
* allow complete undo of a vote, not just a change of votefriendica2015-03-221-1/+5
|