aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | notification enhancementsfriendica2012-02-291-1/+3
| | | |
| * | | better handling of multiple notifications for same item, and old notificationsfriendica2012-02-292-4/+23
| | | |
* | | | admin: fix small stringFabio Comuni2012-03-011-2/+5
| | | |
* | | | Merge remote-tracking branch 'friendica/master' into randomerrorFabio Comuni2012-02-2916-193/+432
|\| | |
| * | | cleaned up mess created when both people request friendship and one approves ↵friendica2012-02-281-1/+11
| | | | | | | | | | | | | | | | as duplex
| * | | Merge branch 'pull'friendica2012-02-281-1/+2
| |\ \ \ | | | |/ | | |/|
| | * | fix url and network displayfabrixxm2012-02-281-1/+2
| | | |
| * | | From Tobias H - catch some irregularities caused by cut/paste codefriendica2012-02-282-5/+5
| |/ /
| * | update globaldir when page-type changes, add spam date fieldfriendica2012-02-271-1/+3
| | |
| * | clicking contact on contacts page broken linkfriendica2012-02-271-0/+1
| | |
| * | revert 01a2791e3a to avoid random preg internal errors. fix contact_templateFabio Comuni2012-02-271-2/+2
| | |
| * | tagging missing from wallwall and a couple of themes, star missing from dispyfriendica2012-02-261-0/+1
| | |
| * | Merge pull request #50 from annando/masterfriendica2012-02-261-22/+31
| |\ \ | | | | | | | | massive changes in mail and design updates in "vier"
| | * | Mail: New options for actions after importing mails.Michael2012-02-261-22/+31
| | | |
| * | | Merge pull request #49 from CatoTH/masterfriendica2012-02-264-7/+12
| |\ \ \ | | |/ / | |/| / | | |/ Bugfix for del_config
| | * is not always defined; but if defined, then always of type integerTobias Hößl2012-02-261-1/+1
| | |
| | * necessare fields not loaded from DBTobias Hößl2012-02-262-3/+6
| | |
| | * should probably be a->user['hidewall'] instead of profile['hidewall']Tobias Hößl2012-02-261-3/+5
| | |
| * | show experimental and unsupported theme status on theme admin pagefriendica2012-02-261-2/+4
| |/
| * mod/item.php pass 'parent' to notificationAbinoam P. Marques Jr2012-02-251-1/+2
| |
| * scale external imagesfriendica2012-02-251-0/+2
| |
| * fixed link for toggling plugin from detail pagefriendica2012-02-251-1/+1
| |
| * sysnotify count in wrong location, and wrong numberfriendica2012-02-251-2/+10
| |
| * theme seen,unseen notificationsfriendica2012-02-251-14/+14
| |
| * theme info (like plugin info)friendica2012-02-251-2/+2
| |
| * notifications to zeros, bug in notify linkfriendica2012-02-241-3/+3
| |
| * theme shakeup commences - themes are now administered in admin panel.friendica2012-02-233-7/+197
| |
| * system notifications to notify module, untranslated string in notifications.tplfriendica2012-02-232-4/+36
| |
| * implement firehose notify in ping, strip links so notify popup displays ↵friendica2012-02-231-139/+114
| | | | | | | | correctly in all themes
* | less html in mod/group.php, template for group members editor, quattro theme ↵Fabio Comuni2012-02-231-41/+39
|/ | | | for group edit.
* quattro post preview, style contacts pages, style for "shiny" class, fix ↵Fabio Comuni2012-02-232-42/+52
| | | | | | | contacts list in profile aside. remove html from viewcontacts.php and contacts.php use contact_template.tpl to print contacts also in viewcontacts
* new notify sort of working in testbubblefriendica2012-02-221-0/+35
|
* Merge branch 'master' into notifyfriendica2012-02-223-5/+29
|\
| * waitman gobble media upload via api patchfriendica2012-02-211-4/+18
| |
| * mark all notifications readfriendica2012-02-212-1/+11
| |
* | new notificationsfriendica2012-02-211-0/+25
|/
* logger_debug was used as string instead of constantfriendica2012-02-211-5/+5
|
* email notify now redirected through mod_notify, weirdness in local deliver ↵friendica2012-02-201-0/+29
| | | | caused by community page changes
* mod/match.php - Friendika -> FriendicaAbinoam P. Marques Jr2012-02-201-1/+1
|
* mod/dirfind.php - Friendika -> FriendicaAbinoam P. Marques Jr2012-02-201-1/+1
|
* mod/dfrn_request.php and templates - Friendika -> FriendicaAbinoam P. Marques Jr2012-02-201-1/+1
|
* use info() for successfull dfrn confirmation instead of notice()Fabio Comuni2012-02-201-1/+1
|
* ping: return all introductions detail when there are more than oneFabio Comuni2012-02-201-5/+4
|
* Fixed log file issues on a freshly installed Friendica.Abinoam P. Marques Jr2012-02-181-14/+27
| | | | | | * Check to see if log file exists. * After trying to open it, check to see if it went ok. * So, check to see if the file size != 0 (fread error with size = 0)
* new notifications - implement storagefriendica2012-02-182-0/+3
|
* support plaintext on editpost, editorinit called before all buttons laid outfriendica2012-02-171-0/+4
|
* a couple more items to make sure forum delegates can't access if the forum ↵friendica2012-02-162-1/+3
| | | | login is shared with the site admin account
* do not under any circumstances allow a delegated forum admin to access the ↵friendica2012-02-161-0/+7
| | | | site admin page.
* Merge pull request #37 from abinoam/oexAbinoam P. Marques Jr.2012-02-161-1/+1
|\ | | | | Oexchange Small Fix
| * oexchange small fix [_POST -> _REQUEST]Abinoam P. Marques Jr2012-02-161-1/+1
| |