aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* separate the 'expert' feature into 'advanced_theming' and ↵redmatrix2016-09-012-11/+37
| | | | 'advanced_dirsearch'. Hide both features unless techlevel > 3.
* introduce checklist BBcode for checklistsMario Vavti2016-09-011-2/+4
|
* some issues with saved search - tags and connection searches weren't being ↵redmatrix2016-08-312-2/+38
| | | | saved.
* document that include/permissions is being deprecated but may still be needed.redmatrix2016-08-311-0/+6
|
* allow public comments (sort of - see the notes)redmatrix2016-08-311-5/+4
|
* provide techlevels in the pro server role. Should have no visible effect on ↵redmatrix2016-08-316-15/+41
| | | | other roles.
* resolve merge conflictMario Vavti2016-08-315-17/+279
|\
| * Imported webpage elements update existing elements properly. AllowCode ↵Andrew Manning2016-08-301-12/+11
| | | | | | | | permission is checked correctly and issues error on import if denied.
| * increase timeout on oembed remote fetches. This is a balancing act. Too ↵redmatrix2016-08-301-3/+12
| | | | | | | | short and many sites won't show up. Too long and you could be watching a spinner anxiously waiting for the page to load even if your own site is blindingly fast.
| * Merge remote-tracking branch 'upstream/dev' into website-exportAndrew Manning2016-08-302-2/+27
| |\
| * \ Merge remote-tracking branch 'upstream/dev' into website-exportAndrew Manning2016-08-271-0/+1
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/dev' into website-export. Added ↵Andrew Manning2016-08-278-26/+154
| |\ \ \ | | | | | | | | | | | | | | | attach_move() to include/attach.php.
| * \ \ \ Merge remote-tracking branch 'upstream/dev' into website-exportAndrew Manning2016-08-236-18/+65
| |\ \ \ \
| * | | | | Website export to cloud files works. Created new recursive copy function in ↵Andrew Manning2016-08-232-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | attach.php.
| * | | | | Block export and re-import works. Fixed bug where layout content was not ↵Andrew Manning2016-08-201-2/+53
| | | | | | | | | | | | | | | | | | | | | | | | being imported properly.
| * | | | | Layouts list and are selectable for export to the zip fileAndrew Manning2016-08-201-2/+46
| | | | | |
| * | | | | Export of pages and their layouts to a zip file works. Bug on importing the ↵Andrew Manning2016-08-201-1/+44
| | | | | | | | | | | | | | | | | | | | | | | | exported zip file for pages.
| * | | | | Merge remote-tracking branch 'upstream/dev' into website-exportAndrew Manning2016-08-193-13/+8
| |\ \ \ \ \
| * | | | | | Pages populate the available-to-export list. New checkbox class for smaller ↵Andrew Manning2016-08-191-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | boxes.
| * | | | | | Progress implementing zip file exportAndrew Manning2016-08-172-42/+9
| | | | | | |
| * | | | | | Stash changes for merge with devAndrew Manning2016-08-172-0/+37
| | | | | | |
* | | | | | | provide a possibility to create checklists in bbcode [x] creates a checked ↵Mario Vavti2016-08-311-0/+2
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | checkbox, [] creates an unchecked checkbox
* | | | | | add authors to post distribution; case insensitive sort appsredmatrix2016-08-291-0/+20
| | | | | |
* | | | | | Display text around the searched query in documentation searchAndrew Manning2016-08-271-2/+7
| |_|_|_|/ |/| | | |
* | | | | vsprintf error on sql queryredmatrix2016-08-271-0/+1
| |_|_|/ |/| | |
* | | | issue #186 ...different check for pubforum with expert permissionsredmatrix2016-08-261-12/+6
| | | |
* | | | - implemented but untested: duplicate detection for photo 'move to another ↵redmatrix2016-08-261-2/+57
| | | | | | | | | | | | | | | | | | | | | | | | folder' - weekly string update
* | | | ratings are gone. They can be enabled, but there is no UI for doing so at ↵redmatrix2016-08-254-10/+7
| | | | | | | | | | | | | | | | this time; and will likely only be available in a 'pro' configuration once the new implementation details have been hashed out. This appears to require a mechanism for rebuttal before it can again be opened to the public. There are also some synchronisation issues to contend with; as ratings are currently only distributed to active directory servers. There is no reliable mechanism for a new directory server to fetch existing ratings.
* | | | move premium channel to 'pro' since that's the only configuration where it ↵redmatrix2016-08-251-3/+12
| | | | | | | | | | | | | | | | works reliably.
* | | | attach_move() function created to relocate files or photos to different ↵redmatrix2016-08-242-0/+72
| | | | | | | | | | | | | | | | directories in the cloud area and photo albums without deleting and recreating (which would create a new resource_id and invalidate any existing links).
* | | | include port in pdo url when host is 'localhost'redmatrix2016-08-231-0/+2
| |_|/ |/| |
* | | optional server role compatibility checks for pluginsredmatrix2016-08-221-0/+12
| | |
* | | public forum fallback checking (when custom/expert permissions are applied) ↵redmatrix2016-08-221-5/+4
| | | | | | | | | | | | was looking at owner rather than observer perms
* | | make zid() do the right things when confronted with url fragmentsredmatrix2016-08-211-0/+10
| | |
* | | Merge branch 'dev' of https://github.com/git-marijus/hubzilla into ↵redmatrix2016-08-212-9/+8
|\ \ \ | | | | | | | | | | | | git-marijus-dev
| * | | move jotnets to jot and some cleanup (mostly whitespace)Mario Vavti2016-08-212-9/+8
| | |/ | |/|
* / | block backdoor delivery of bulk imported itemsredmatrix2016-08-191-4/+31
|/ /
* | import anomalyredmatrix2016-08-171-4/+6
| |
* | don't set session theme unless logged in.redmatrix2016-08-161-1/+1
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-08-161-1/+1
|\|
| * rename limited -> customMario Vavti2016-08-161-1/+1
| |
* | get rid of ugly code constructredmatrix2016-08-161-8/+1
|/
* Merge pull request #487 from git-marijus/devhubzilla2016-08-161-107/+12
|\ | | | | implement groups in the acl select.
| * provide group options serverside and minor cleanupMario Vavti2016-08-151-107/+12
| |
* | fix attached photo/file permissions on clonesredmatrix2016-08-152-0/+138
| |
* | event_store_event hookredmatrix2016-08-141-0/+7
|/
* Context help for settings/features pageAndrew Manning2016-08-141-1/+1
|
* Change text for submenu on small screens to be static toggle statementAndrew Manning2016-08-141-0/+1
|
* Replace hardcoded button title in javascript to translatable textAndrew Manning2016-08-141-0/+2
|
* Added a disable comments setting to the "Additional features" settings with ↵Andrew Manning2016-08-142-0/+8
| | | | a corresponding post editor toggle button