aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
...
* Filestorage perms (no ACL), fix nav for browsers that can't handle PCSS, put ↵Thomas Willingham2013-09-181-0/+20
| | | | content wrapper back now JS is fixed for features page.
* sync photo permissions with the attached item whenever they change.friendica2013-09-172-2/+20
|
* Merge pull request #142 from dsp1986/masterfriendica2013-09-171-1/+1
|\ | | | | | | | | Thanks! fix include paths
| * fix include pathsdsp19862013-09-171-1/+1
| |
* | removed logger statementMichael Meer2013-09-171-1/+0
| |
* | extend admin page for hubloc / server key managementMichael Meer2013-09-172-0/+17
| |
* | assuming permissions are correct, unobscure photo comments. Should probably ↵friendica2013-09-161-1/+2
| | | | | | | | make sure permissions are correct and figure out why some photo comments on public photos are getting stored with privacy. This probably requires that whenever we change photo permissions for linked photos/items we change the item permissions to match. They might be out of sync.
* | use prepare_body in api calls to properly render content, add 'mode' to ↵friendica2013-09-161-0/+2
| | | | | | | | conversation templates so that themes can use the module context to suppress or show comments as desired
* | spurious blank linesfriendica2013-09-153-3/+0
| |
* | fix photo file browserMichael Johnston2013-09-151-1/+2
| |
* | Merge https://github.com/friendica/red into zpullfriendica2013-09-151-11/+12
|\ \
| * \ Upstream mergeChristian Vogeley2013-09-1515-87/+147
| |\ \
| * | | Search by dateChristian Vogeley2013-09-151-11/+12
| | | | | | | | | | | | | | | | Search by date (archive) works a bit now
* | | | implement what I hope will now be the server side of directory sync, add ↵friendica2013-09-151-4/+15
| |/ / |/| | | | | | | | viewsrc to item_photo_menu, and log what changed in import_xchan update objects so we can find out why there are so many updates when nothing _obvious_ has changed that should trigger it.
* | | fix the missing brace before pushingfriendica2013-09-141-2/+3
| | |
* | | some fixes to directory keyword searchesfriendica2013-09-141-2/+4
| | |
* | | no longer usedfriendica2013-09-141-68/+0
| | |
* | | this might fix "find channels" but I can't test the keyword search until ↵friendica2013-09-141-1/+1
| |/ |/| | | | | this is running on a production site.
* | more remote error reporting for zotfriendica2013-09-121-0/+11
| |
* | implement tip from Mike, corrected the sql statementMichael Meer2013-09-111-1/+1
| |
* | flag failed auth attempts in DB table hublocMichael Meer2013-09-111-0/+6
| |
* | remove old debugging cruftfriendica2013-09-101-1/+1
| |
* | provide detailed error to remote site for the myriad of things that can go ↵friendica2013-09-105-5/+12
| | | | | | | | wrong inside item_store(), !! this changes the return of item_store !!
* | No need to add name_updated twice in zfinger responseOlaf Conradi2013-09-111-2/+1
| |
* | make /channel respect "Maximum number of conversations to load at any time" ↵marijus2013-09-101-3/+2
| | | | | | | | setting like /network does.
* | Merge https://github.com/friendica/red into zpullfriendica2013-09-091-1/+1
|\ \
| * | Merge pull request #125 from cvogeley/mastercvogeley2013-09-091-1/+1
| |\| | | | | | | usage message showed wrong number of channels
| | * usage message showed wrong number of channelsChristian Vogeley2013-09-091-1/+1
| | |
* | | quick fix to directoryfriendica2013-09-091-3/+3
|/ /
* | change from refresh_all to a directory update - which does a refresh_all and ↵friendica2013-09-081-1/+3
| | | | | | | | also updates the directory.
* | perform a refresh_all when an import has completed so that all your ↵friendica2013-09-081-0/+2
| | | | | | | | connections get a fresh update.
* | Merge https://github.com/friendica/red into zpullfriendica2013-09-081-0/+70
|\ \
| * | Kill loggerThomas Willingham2013-09-091-3/+0
| | |
| * | Quick and dirty file storage module.Thomas Willingham2013-09-091-0/+73
| |/
* / description of the chanman module and what it will need to do.friendica2013-09-081-0/+29
|/
* .Christian Vogeley2013-09-081-1/+1
|
* retrun checkChristian Vogeley2013-09-081-0/+1
|
* Merge service classChristian Vogeley2013-09-082-1/+60
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | //service class configure in .htconfig.php: $a->config['system']['default_service_class']='standard'; // this is the default service class that is attached to every new account $a->config['service_class']['standard'] = array('photo_upload_limit'=>20000000, // total photo storage limit per channel (here 20MB) 'total_identities' =>5, // number of channels an account can create 'total_items' =>2000, // number of top level posts a channel can create. Applies only to top level posts of the user, other posts and comments are unaffected 'total_pages' =>10, // number of pages a channel can create 'total_channels' =>500, // number of channels the user can add, other users can still add this channel, even if the limit is reached 'attach_upload_limit' =>20000000); // total attachment storage limit per channel (here 20MB)
| * Service class itemsChristian Vogeley2013-09-081-0/+48
| | | | | | | | Items / webpages /attachment message
| * Service classChristian Vogeley2013-09-081-0/+12
| | | | | | | | identity, follow, photo upload, att upload
* | mod/page - display most recent revision by default, or numbered revision ↵friendica2013-09-071-1/+7
| | | | | | | | specified by rev URL parameter
* | Merge https://github.com/friendica/red into zpullfriendica2013-09-071-1/+4
|\ \
| * | filter by category fixesMichael Johnston2013-09-061-1/+4
| | |
* | | allow menu management even if there are no menu itemsfriendica2013-09-071-17/+16
|/ /
* | encode and decode channel names containing HTML special characters and ↵friendica2013-09-062-4/+4
| | | | | | | | quotes so they will survive a reshare without mangling
* | provide ability to delete webpages, layouts and blocksfriendica2013-09-063-3/+19
| |
* | fix mimeselect on editfriendica2013-09-062-2/+2
| |
* | linkify the site urlfriendica2013-09-061-1/+1
| |
* | Add a border until we can theme this suckerfriendica2013-09-061-1/+1
| |
* | provide mimetype selector on edit (pages and blocks)friendica2013-09-063-3/+22
| |