...
30 commits 177 files changed 0 commit comments 1 contributor
Commits on 2017-08-28
@Janos SUTO Janos SUTO gui: fix folder search total_found value 3cd251b
Commits on 2017-08-27
@Janos SUTO Janos SUTO gui: fix folder search d291779
Commits on 2017-07-30
@Janos SUTO Janos SUTO gui: fix folder search 2fa5eac
Commits on 2017-07-28
@Janos SUTO Janos SUTO gui: folder search fix 3feefe9
Commits on 2017-05-16
@SJ SJ gui: folder search improvements 857f5e5
@SJ SJ gui: add regular search criteria to folder search 3107683
Commits on 2017-04-01
@SJ SJ fix folder search 99dbe35
Commits on 2016-12-23
@SJ SJ added paging support for folder: search 578f1f2
Commits on 2016-12-22
@SJ SJ folder trim fix 846acd9
Commits on 2016-12-21
@SJ SJ Trim the -f imap foldername from the stored value 6d6004c
Commits on 2016-12-20
@SJ SJ fixed get_folder_id query 4eff18b
@SJ SJ added folder.c 269339a
@SJ SJ merged folder branch 2ca7c9d
@SJ SJ final imap folder fix 1229211
Commits on 2016-12-19
@SJ SJ Update the imap noselect fix 5172bfd
Commits on 2016-12-18
@SJ SJ fix a Noselect imap folder problem 0408442
Commits on 2016-12-17
@SJ SJ Added HTML purifier support 637b18a
Commits on 2016-12-15
@SJ SJ fixed a mysql 5.7 introduced sql_mode issue 30db603
Commits on 2016-12-13
@SJ SJ sql fix for sphinx config 8326953
Commits on 2016-12-12
@SJ SJ policy fixes eb46135
Commits on 2016-12-11
@SJ SJ Fix issue #737: web gui not showing body for some emails 1b9e609
Commits on 2016-11-30
@SJ SJ removed unused variable: LOG_FILE 1b69796
Commits on 2016-08-16
@SJ SJ added order to folder search c1095a0
@SJ SJ gui fixes 315b26b
Commits on 2016-08-15
@SJ SJ folder fixed for the gui 40fbd59
@SJ SJ fixing the binaries eca0fd7
Commits on 2016-08-11
@SJ SJ folder feature fix f046ee3
@SJ SJ folder_email fix f4c656b
Commits on 2016-08-10
@SJ SJ folder import fixes 8b0995a
Commits on 2016-07-27
@SJ SJ per user folder feature initial commit 397904f
Showing 177 changed files
View
configure
Too large (Show diff)
View
configure.in
Too large (Show diff)
View
etc/example.conf
Too large (Show diff)
View
etc/sphinx.conf.in
Too large (Show diff)
View
src/config.h
Too large (Show diff)
View
src/defs.h
Too large (Show diff)
View
src/folder.c 0 → 100644
Too large (Show diff)
View
src/imap.c
Too large (Show diff)
View
src/import.c
Too large (Show diff)
View
src/import.h
Too large (Show diff)
View
src/import_imap.c
Too large (Show diff)
View
src/message.c
Too large (Show diff)
View
src/piler.h
Too large (Show diff)
View
src/pilerimport.c
Too large (Show diff)
View
util/db-mysql.sql
Too large (Show diff)
View
webui/config.php
Too large (Show diff)
View
webui/controller/search/folder.php
Too large (Show diff)
View
webui/controller/search/helper.php
Too large (Show diff)
View
webui/controller/user/settings.php
Too large (Show diff)
View
webui/model/accounting/accounting.php
Too large (Show diff)
View
webui/model/folder/folder.php
Too large (Show diff)
View
webui/model/policy/archiving.php
Too large (Show diff)
View
webui/model/policy/retention.php
Too large (Show diff)
View
webui/model/search/message.php
Too large (Show diff)
View
webui/model/search/search.php
Too large (Show diff)
View
webui/model/user/auth.php
Too large (Show diff)
View
webui/system/helper/HTMLPurifier.standalone.php 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/Builder/Xml.php 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/Exception.php 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/Interchange.php 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/Interchange/Directive.php 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/Interchange/Id.php 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/InterchangeBuilder.php 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/Validator.php 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/ValidatorAtom.php 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema.ser 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedClasses.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedFrameTargets.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRel.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRev.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Attr.ClassUseCDATA.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImage.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImageAlt.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultTextDir.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Attr.EnableID.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Attr.ForbiddenClasses.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Attr.ID.HTML5.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklist.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklistRegexp.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefix.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefixLocal.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.AutoParagraph.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.Custom.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.DisplayLinkURI.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.Linkify.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.DocURL.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.Predicate.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveSpansWithoutAttributes.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowDuplicates.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowedFonts.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/CSS.ForbiddenProperties.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/CSS.Trusted.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPermissions.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Core.AllowHostnameUnderscore.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Core.DisableExcludes.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Core.EnableIDNA.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Core.HiddenElements.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Core.Language.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Core.NormalizeNewlines.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Core.RemoveInvalidImg.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Core.RemoveProcessingInstructions.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Core.RemoveScriptContents.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Filter.Custom.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Escaping.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Scope.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.TidyImpl.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedComments.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedCommentsRegexp.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.BlockWrapper.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.CoreModules.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.CustomDoctype.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionID.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionRev.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.FlashAllowFullScreen.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Nofollow.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeIframe.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeScripting.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TargetBlank.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TargetNoreferrer.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Trusted.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Output.FixInnerHTML.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Output.FlashCompat.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Output.Newline.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Output.TidyFormat.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/URI.Base.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/URI.DefaultScheme.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/URI.DefinitionID.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/URI.DisableExternal.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/URI.DisableExternalResources.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/URI.Host.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/URI.HostBlacklist.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/URI.MakeAbsolute.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/URI.Munge.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/URI.SafeIframeRegexp.txt 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/ConfigSchema/schema/info.ini 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/EntityLookup/entities.ser 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/Filter/ExtractStyleBlocks.php 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/Filter/YouTube.php 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/Language/classes/en-x-test.php 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/Language/messages/en-x-test.php 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/Language/messages/en-x-testmini.php 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/Language/messages/en.php 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/Lexer/PH5P.php 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/Printer.php 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/Printer/CSSDefinition.php 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/Printer/ConfigForm.css 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/Printer/ConfigForm.js 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/Printer/ConfigForm.php 0 → 100644
Too large (Show diff)
View
webui/system/helper/standalone/HTMLPurifier/Printer/HTMLDefinition.php 0 → 100644
Too large (Show diff)
View
webui/view/theme/default/assets/css/metro-bootstrap.css
Too large (Show diff)
View
webui/view/theme/default/templates/search/folder.tpl
Too large (Show diff)
View
webui/view/theme/default/templates/user/settings.tpl
Too large (Show diff)