aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* error 500 trying to debug templatesfriendica2013-02-041-1/+1
|
* different background for preview so you know it's a previewfriendica2013-02-044-5/+5
|
* make preview work again after search/new template changefriendica2013-02-043-9/+5
|
* update search_item.tplfriendica2013-02-041-1/+2
|
* fix new/search mod on network page, fix the parent queries on network and ↵friendica2013-02-044-8/+11
| | | | channel pages - which you probably didn't even notice were all stuffed up because the endless scroll made things right.
* null notice when sending private mailfriendica2013-02-042-3/+3
|
* debugging mark all seen for various notification typesfriendica2013-02-044-11/+17
|
* bring back selective "mark unseen" on network page now that we can mark all ↵friendica2013-02-033-14/+6
| | | | unseen
* clearly a chanview link is not going to work there, go back to zid.friendica2013-02-032-3/+3
|
* finish up the "mark all xyz seen" for all known values of xyzfriendica2013-02-036-30/+61
|
* support for OS files and add directory support to file/attach objectfriendica2013-02-034-11/+22
|
* allow non-linkable locations, self-linked locations and get rid of google ↵friendica2013-02-022-18/+23
| | | | default location link
* more work on settings - move template utils to utils and get rid of modsfriendica2013-02-025-96/+10
|
* debugging the photo apifriendica2013-02-025-9/+8
|
* Ignore OSX .DS_StoreOliver2013-02-021-1/+3
|
* Merge pull request #26 from beardy-unixer/masterfriendica2013-02-024-26/+9
|\ | | | | Admin page
| * Fix broken menu for multiple profiles.Thomas Willingham2013-02-021-1/+1
| |
| * We DO only have one queue for now.Thomas Willingham2013-02-021-4/+0
| |
| * Merge remote-tracking branch 'upstream/master'Thomas Willingham2013-02-029-250/+67
| |\
| * | Clean up no longer used admin functions, plus fix summary template.Thomas Willingham2013-02-023-19/+2
| | |
| * | Fix admin summary.Thomas Willingham2013-02-021-6/+10
| | |
* | | fix con"n"nectionsOliver2013-02-021-2/+2
| | |
* | | fix con"n"nectionsOliver2013-02-021-1/+1
| | |
* | | fix con"n"nectionsOliver2013-02-021-6/+6
| | |
* | | fix con"n"nectionsOliver2013-02-021-1/+1
| |/ |/|
* | Communication of mention tags were garbledfriendica2013-02-021-1/+1
| |
* | ensure that stored tag terms are taken after term expansion, e.g. @"Mike ↵friendica2013-02-021-3/+3
| | | | | | | | Macgirvin" and not @"mike+2"
* | add post_wall to forum permission defaultsfriendica2013-02-021-0/+1
| |
* | searchable flag logic reversedfriendica2013-02-021-3/+5
| |
* | more progress on photos apifriendica2013-02-025-243/+57
|/
* sort out the rest of the nasty stuff in the attachment/file api - time to ↵friendica2013-02-014-31/+38
| | | | move on to something else
* debugging of file attachment api - somewhat functional but the attachment ↵friendica2013-01-316-15/+21
| | | | info structure in the item table needs to be re-done.
* when did the ago-time div get renamed? I don't remember doing that.friendica2013-01-311-6/+6
|
* plugin_settings are now feature_settingsfriendica2013-01-313-8/+4
|
* make addon (featured) settings page workfriendica2013-01-311-5/+5
|
* update friends in common tool now that poco is workingfriendica2013-01-317-82/+28
|
* expire settingfriendica2013-01-311-2/+3
|
* this should fix xchan photo permissionsfriendica2013-01-311-1/+1
|
* file/attachment storage api with revision control - needs a bit more testing ↵friendica2013-01-318-173/+332
| | | | but the framework is in place
* file replace option for wall attachments.friendica2013-01-301-18/+53
|
* enforce the new enhanced permissions (not just simple access controls) on ↵friendica2013-01-301-5/+9
| | | | photos - caveat: the default profile photo cannot be restricted. Any such restrictions will be ignored.
* add item revision column and indexfriendica2013-01-303-2/+11
|
* beginning of backend file/attachment apifriendica2013-01-306-7/+92
|
* mark for death implementedfriendica2013-01-293-13/+52
|
* fix edit permissionsfriendica2013-01-291-1/+1
|
* missing permission settingsfriendica2013-01-292-9/+19
|
* Widget manager....friendica2013-01-292-11/+55
| | | | | | | | | | | | | | | | | | /* * Use a theme or app specific widget ordering list to determine what widgets should be included * for each module and in what order and optionally what region of the page to place them. * For example: * view/wgl/mod_connections.wgl: * ----------------------------- * vcard aside * follow aside * findpeople rightside * collections aside * * If your widgetlist does not include a widget that is destined for the page, it will not be rendered. * You can also use this to change the order of presentation, as they will be presented in the order you specify. * */
* connnnnnnnectionsfriendica2013-01-291-1/+1
|
* convert mod/follow to associative json and add more logging for when things ↵friendica2013-01-292-15/+25
| | | | go wrong
* It's really not supposed to be quite this chatty on the network - ah that's ↵friendica2013-01-282-6/+23
| | | | why. Oops.