1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875
|
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.10.5" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>gollem</name>
<channel>pear.horde.org</channel>
<summary>File manager application</summary>
<description>Gollem is a web-based file manager, providing the ability to fully manage a hierarchical file system stored in a variety of backends such as a SQL database, as part of a real filesystem, or on FTP, Samba or SSH servers.</description>
<lead>
<name>Jan Schneider</name>
<user>jan</user>
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<lead>
<name>Michael Slusarz</name>
<user>slusarz</user>
<email>slusarz@horde.org</email>
<active>no</active>
</lead>
<lead>
<name>Chuck Hagenbuch</name>
<user>chuck</user>
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<date>2020-04-20</date>
<time>20:44:53</time>
<version>
<release>3.0.13</release>
<api>3.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] SECURITY: Fix XSS vulnerability in breadcrumb output (Reported by: polict of Shielder, CVE-2020-8034).
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<file baseinstalldir="/" md5sum="f5a271e285ee67261f914f7982fdfa5a" name="config/.htaccess" role="horde" />
<file baseinstalldir="/" md5sum="811f4732e8fbe416ae4a31c381f6d480" name="config/backends.php" role="horde" />
<file baseinstalldir="/" md5sum="393e658ffb991c42543905e4994c6575" name="config/conf.xml" role="horde" />
<file baseinstalldir="/" md5sum="141a4e390fe110f30f50c4c086cca9d4" name="config/menu.php.dist" role="horde" />
<file baseinstalldir="/" md5sum="9e598ab65fe6a4b455731d2c0346b98d" name="config/prefs.php" role="horde" />
<file baseinstalldir="/" md5sum="261bd8a5927c44461a311815d56b6116" name="docs/CHANGES" role="doc" />
<file baseinstalldir="/" md5sum="aafdf0cd7f7aa2fdd24e4b7c4126a1bc" name="docs/CREDITS" role="doc" />
<file baseinstalldir="/" md5sum="145e21c34db0cfb36ad21688027f5e2c" name="docs/INSTALL" role="doc" />
<file baseinstalldir="/" md5sum="50ee1eed4fb8e07c76d6232d21bcedaf" name="docs/RELEASE_NOTES" role="doc" />
<file baseinstalldir="/" md5sum="bd54571d0ed8556f58bc47beaa210ea5" name="docs/UPGRADING" role="doc" />
<file baseinstalldir="/" md5sum="37c24f349c0cb53cf29a5d00fd331a83" name="js/clipboard.js" role="horde" />
<file baseinstalldir="/" md5sum="1fbdeac1ef31c30e6c9eca4625a24591" name="js/edit.js" role="horde" />
<file baseinstalldir="/" md5sum="58c075918c02e747e905a0d431b94d70" name="js/login.js" role="horde" />
<file baseinstalldir="/" md5sum="742fd61ae433a5959f927e1e67031361" name="js/manager.js" role="horde" />
<file baseinstalldir="/" md5sum="125efb807fce661e86afd8f7472153ea" name="js/selectlist.js" role="horde" />
<file baseinstalldir="/" md5sum="2a382f15728f732cef82e8aac61521fa" name="lib/Factory/Shares.php" role="horde" />
<file baseinstalldir="/" md5sum="314bf5edd90e7c2e6430dfc3cac00df9" name="lib/Factory/Vfs.php" role="horde" />
<file baseinstalldir="/" md5sum="f35d40a01987873519bf65b2795bd095" name="lib/Factory/VfsDefault.php" role="horde" />
<file baseinstalldir="/" md5sum="10887360ae82a409bf1994d890a20c10" name="lib/LoginTasks/SystemTask/Upgrade.php" role="horde" />
<file baseinstalldir="/" md5sum="6e15e6dd65e33a8bd0b33a1de17d2eac" name="lib/Prefs/Special/Columnselect.php" role="horde" />
<file baseinstalldir="/" md5sum="f5a271e285ee67261f914f7982fdfa5a" name="lib/.htaccess" role="horde" />
<file baseinstalldir="/" md5sum="cb47effb5258f013c963ffb140bded53" name="lib/Api.php" role="horde" />
<file baseinstalldir="/" md5sum="c47a0a8d5fcd642fe3296de72d115900" name="lib/Application.php" role="horde" />
<file baseinstalldir="/" md5sum="076bf115b29290f4701d9acb517d53df" name="lib/Auth.php" role="horde" />
<file baseinstalldir="/" md5sum="36b181fb8f3d2e97f8e1250db68ce24e" name="lib/Exception.php" role="horde" />
<file baseinstalldir="/" md5sum="3ecb7e223a750e1b3d2ee50f69628e88" name="lib/Gollem.php" role="horde" />
<file baseinstalldir="/" md5sum="6f797ce8c8092247e8df7005d73c9632" name="lib/Test.php" role="horde" />
<file baseinstalldir="/" md5sum="88f62ecbcf5238d498e4a9cfa95a2e73" name="locale/bg/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="581dd9cd2a3c08ec3ac65118b137215d" name="locale/bg/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="b4b3dc7239e46178feffc5ebdaf39a8b" name="locale/ca/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="8c44e865c3c1ddbaf11f9beea6c2a9a9" name="locale/ca/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="d10b5ddf136a4915553b23b95e10d200" name="locale/ca/help.xml" role="horde" />
<file baseinstalldir="/" md5sum="1df75186c648a8c2e823a33193e0642e" name="locale/cs/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="1ea1f8438427ecb57ed764b607a3691c" name="locale/cs/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="7760006a1f79be605123af515494a331" name="locale/da/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="84c42355a8094721cf123cbc94783c25" name="locale/da/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="602b8cd1c8b432fa83671442b7d80e4e" name="locale/de/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="65f06950d384a4bd15872fbd969518af" name="locale/de/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="1b1f54c2387c5814985eef0d2d0a9423" name="locale/de/help.xml" role="horde" />
<file baseinstalldir="/" md5sum="9c3d52ea340685b5f9c30586b6c4f95c" name="locale/el/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="4988f05a6478ede91db468cd8a40c32d" name="locale/el/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="b837b01536eb2fc880dff4991bf4ebc1" name="locale/en/help.xml" role="horde" />
<file baseinstalldir="/" md5sum="a670dd69de637eb1eafef5ff3c927921" name="locale/es/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="5fa265564243d1093105a3f9371ac3df" name="locale/es/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="e3ea3e06a1b69e4e5eebf6d540ea2690" name="locale/es/help.xml" role="horde" />
<file baseinstalldir="/" md5sum="70152dbd4cebec909953978230761bf7" name="locale/et/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="4dea635a55e9103282e25b40bdb85d9d" name="locale/et/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="a01185253530bf687024bd9c15811401" name="locale/eu/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="20d1b05b7f5606932a1ade651685f6ae" name="locale/eu/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="18bf249872d6c073562f2d1477f9acd2" name="locale/eu/help.xml" role="horde" />
<file baseinstalldir="/" md5sum="6572fa93c6a830683372019ddf5139f2" name="locale/fi/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="c832ed57da904edf70037f69af661394" name="locale/fi/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="1f74fc98f60981748968e3095c7f8f9e" name="locale/fi/help.xml" role="horde" />
<file baseinstalldir="/" md5sum="eb5bddf622ba1e563faf6681a1c292a6" name="locale/fr/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="ac5cc22cfe5d7855685ae77360c7c60a" name="locale/fr/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="79df7b3ffc048f31544a24789fa46fd9" name="locale/hr/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="9c56b964f2cb3b4190a4d0a58a84b5f0" name="locale/hr/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="6a4421fe1a838ef6c08c64b4b77d48c6" name="locale/hr/help.xml" role="horde" />
<file baseinstalldir="/" md5sum="eab1cf7e38ab3b10817621f274f5ff30" name="locale/hu/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="236ce6c08eda731f26fd0b8c4a716fcb" name="locale/hu/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="5bd8956bcb4f14b3ab71640e9570f835" name="locale/hu/help.xml" role="horde" />
<file baseinstalldir="/" md5sum="1173400fd78e03be4982e423ba078e01" name="locale/it/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="9ffea8f100a7b95089b8921e1e5402d5" name="locale/it/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="31c7bd915453ddca93d784a8115492a5" name="locale/ja/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="c54a5788b5c3767c905b6f7c19565255" name="locale/ja/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="cbce73e62efd0407dbc1ae5a37ac332e" name="locale/ko/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="f5697bb3bcb4a97509a595a0b6cee142" name="locale/ko/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="14111ac35353754c3fba231dbbf41d14" name="locale/lv/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="48c13c42df36136014475765d428c4e6" name="locale/lv/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="774b03a41273d77ae37fbd4dd803baca" name="locale/lv/help.xml" role="horde" />
<file baseinstalldir="/" md5sum="b86fb37cca63ec1ad57a81ae6692f0ba" name="locale/nl/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="a4dd957889fb05f543b4d714d471fce4" name="locale/nl/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="4275d34c0f431cce7c18feed98cd0dcf" name="locale/nn/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="e2990adea5d8acbb209b5338d3aa8732" name="locale/nn/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="f74102aa92660c60a1d4b890140aaf0f" name="locale/pl/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="da8e62b63c63d6b859613feec9ce59eb" name="locale/pl/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="e33f41ad243feae3ed37c36fcc871fab" name="locale/pt_BR/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="42447f601c42fd872cd90bfe50ffcfd2" name="locale/pt_BR/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="ac3770b0e91695d74e13fa37a2a86beb" name="locale/ro/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="735d512ef1e92f59fc4b508b3b4ebd53" name="locale/ro/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="90fa09f154f3d342ddd8801a33ee560a" name="locale/ru/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="bab48a4ce3b7826eb8e77f1f6c5cf157" name="locale/ru/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="7ed99b8d9edf57067b19f3cbafe7c073" name="locale/sk/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="5d8d93df1bf418b59ee6620a5a930f36" name="locale/sk/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="3a586e1008284c792aa1971cdb24e539" name="locale/sl/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="b4c9525692e309a5099b7a7f1d17a96d" name="locale/sl/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="a0c77661c32b670716dfc54aad651442" name="locale/sv/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="cfbf52efd89e94a12747465ddcf54cfb" name="locale/sv/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="132499e95bddf76833a6668cb24c6b19" name="locale/tr/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="41a73dacbb7fa65053af99117446fd06" name="locale/tr/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="6ae021e483cff56a12f077b02b010d5d" name="locale/uk/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="8cb9736ce8f6b75d956051b8e65dadb3" name="locale/uk/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="1128f3e7425991538cf7cd145e428746" name="locale/zh_TW/LC_MESSAGES/gollem.mo" role="horde" />
<file baseinstalldir="/" md5sum="a4e2b5007fb73a31a21bf06a904e20d5" name="locale/zh_TW/LC_MESSAGES/gollem.po" role="horde" />
<file baseinstalldir="/" md5sum="5c3653e555076b88e5b80d6cb53da079" name="locale/zh_TW/help.xml" role="horde" />
<file baseinstalldir="/" md5sum="f5a271e285ee67261f914f7982fdfa5a" name="locale/.htaccess" role="horde" />
<file baseinstalldir="/" md5sum="2ec414059709f5071dfb7c2c78c70ca8" name="locale/gollem.pot" role="horde" />
<file baseinstalldir="/" md5sum="0af7bd291a78df26c53eae8e0047e78f" name="migration/1_gollem_base_tables.php" role="horde" />
<file baseinstalldir="/" md5sum="e7908dabdb28a9095643aa5b941cfbbe" name="migration/2_gollem_upgrade_autoincrement.php" role="horde" />
<file baseinstalldir="/" md5sum="a8b8e8e71b55fe9fa6f6849a646b80c3" name="migration/3_gollem_upgrade_parents.php" role="horde" />
<file baseinstalldir="/" md5sum="f5a271e285ee67261f914f7982fdfa5a" name="templates/.htaccess" role="horde" />
<file baseinstalldir="/" md5sum="6d83a9192f7491bcc454fc4a9091a1c4" name="templates/clipboard.html.php" role="horde" />
<file baseinstalldir="/" md5sum="cc100cdc954b99f20fb458c3f40bd77d" name="templates/edit.html.php" role="horde" />
<file baseinstalldir="/" md5sum="789bb5c276c2ff3a6f68678dd0e86bbf" name="templates/manager.html.php" role="horde" />
<file baseinstalldir="/" md5sum="9dc736f772a91d15c8d559f666e2279d" name="templates/quota.html.php" role="horde" />
<file baseinstalldir="/" md5sum="ae74b6f86598711cd4e80fecc8233000" name="templates/selectlist.html.php" role="horde" />
<file baseinstalldir="/" md5sum="7ec469adfe37ba6ca58e7889b80c69d9" name="themes/default/graphics/az.png" role="horde" />
<file baseinstalldir="/" md5sum="40a2a494c77e8957572a866b437ebe66" name="themes/default/graphics/clipboard.png" role="horde" />
<file baseinstalldir="/" md5sum="35ddd2b8537bfb8e401d0c79777b0885" name="themes/default/graphics/copy.png" role="horde" />
<file baseinstalldir="/" md5sum="7ef556911c3b33d358328641408741f1" name="themes/default/graphics/cut.png" role="horde" />
<file baseinstalldir="/" md5sum="3a71dd6cd5e002d3bfb231845f7687c6" name="themes/default/graphics/download.png" role="horde" />
<file baseinstalldir="/" md5sum="2095ea5f205d8f30ec79a61af280c312" name="themes/default/graphics/edit.png" role="horde" />
<file baseinstalldir="/" md5sum="0e6a6ed665a9669b368d9a90b87976a9" name="themes/default/graphics/favicon.ico" role="horde" />
<file baseinstalldir="/" md5sum="161f7e6208592ca01e21913c3e1af731" name="themes/default/graphics/filter-topbar.png" role="horde" />
<file baseinstalldir="/" md5sum="6c6ec04767d592e823fc44d4206ef658" name="themes/default/graphics/folder.png" role="horde" />
<file baseinstalldir="/" md5sum="a9ebdf13fcf861493772ce247c7b94fb" name="themes/default/graphics/folder_create.png" role="horde" />
<file baseinstalldir="/" md5sum="22a442f7f5184470e68d17a8f81d8c9d" name="themes/default/graphics/folder_goto.png" role="horde" />
<file baseinstalldir="/" md5sum="93ccff7c88bbde39ae82d9576929783a" name="themes/default/graphics/folder_home.png" role="horde" />
<file baseinstalldir="/" md5sum="17d118b1d3e87e5ebfc9d7efd8a5bcc1" name="themes/default/graphics/folder_symlink.png" role="horde" />
<file baseinstalldir="/" md5sum="6c6ec04767d592e823fc44d4206ef658" name="themes/default/graphics/gollem.png" role="horde" />
<file baseinstalldir="/" md5sum="b6b799c6e61365fa5513ea57a20896a6" name="themes/default/graphics/perms.png" role="horde" />
<file baseinstalldir="/" md5sum="04a1c6376ef5a8c0b5b5536f7594bec2" name="themes/default/graphics/perms_disabled.png" role="horde" />
<file baseinstalldir="/" md5sum="e464deee6a08b43d45f6bda768484248" name="themes/default/graphics/quota.png" role="horde" />
<file baseinstalldir="/" md5sum="c019ee66817083814d53f6ee3e44f67c" name="themes/default/graphics/reload.png" role="horde" />
<file baseinstalldir="/" md5sum="2615204dabeab01bf35f0f1474a16e53" name="themes/default/graphics/za.png" role="horde" />
<file baseinstalldir="/" md5sum="1436b573bff2c7111e6f70ece96eb5ef" name="themes/default/screen.css" role="horde" />
<file baseinstalldir="/" md5sum="9ecca4f5838895023a8448a530281fb4" name="clipboard.php" role="horde" />
<file baseinstalldir="/" md5sum="83600a711e6dd70e3193eedf92653fe7" name="COPYING" role="doc" />
<file baseinstalldir="/" md5sum="86e1d2bb6b4544f3d5bdfa3b4729b130" name="edit.php" role="horde" />
<file baseinstalldir="/" md5sum="380d443632e1c58a5119054345a60899" name="index.php" role="horde" />
<file baseinstalldir="/" md5sum="9ae601e7cc24d648d43aa51912c0abd6" name="manager.php" role="horde" />
<file baseinstalldir="/" md5sum="aab987d120e59298aee07d4318fa1774" name="permissions.php" role="horde" />
<file baseinstalldir="/" md5sum="5f8417c73a62ad4a092793cf8cac6298" name="quota.php" role="horde" />
<file baseinstalldir="/" md5sum="5cd4c4d53168fdab75b47ac917514db0" name="README" role="doc" />
<file baseinstalldir="/" md5sum="9386217f899a8c999a2d67555314b915" name="selectlist.php" role="horde" />
<file baseinstalldir="/" md5sum="bb1c0a3e9500729f14394ee18ae42ef9" name="share.php" role="horde" />
<file baseinstalldir="/" md5sum="bc27a301f1b204735283a485718c32c7" name="view.php" role="horde" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.3.0</min>
<max>8.0.0alpha1</max>
<exclude>8.0.0alpha1</exclude>
</php>
<pearinstaller>
<min>1.7.0</min>
</pearinstaller>
<package>
<name>horde</name>
<channel>pear.horde.org</channel>
<min>5.0.2</min>
<max>6.0.0alpha1</max>
<exclude>6.0.0alpha1</exclude>
</package>
<package>
<name>Horde_Auth</name>
<channel>pear.horde.org</channel>
<min>2.0.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
<package>
<name>Horde_Cache</name>
<channel>pear.horde.org</channel>
<min>2.0.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
<package>
<name>Horde_Core</name>
<channel>pear.horde.org</channel>
<min>2.30.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
<package>
<name>Horde_Editor</name>
<channel>pear.horde.org</channel>
<min>2.0.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
<package>
<name>Horde_Exception</name>
<channel>pear.horde.org</channel>
<min>2.0.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
<package>
<name>Horde_Mime</name>
<channel>pear.horde.org</channel>
<min>2.0.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
<package>
<name>Horde_Mime_Viewer</name>
<channel>pear.horde.org</channel>
<min>2.0.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
<package>
<name>Horde_Perms</name>
<channel>pear.horde.org</channel>
<min>2.0.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
<package>
<name>Horde_Serialize</name>
<channel>pear.horde.org</channel>
<min>2.0.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
<package>
<name>Horde_Support</name>
<channel>pear.horde.org</channel>
<min>2.0.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
<package>
<name>Horde_Url</name>
<channel>pear.horde.org</channel>
<min>2.0.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
<package>
<name>Horde_Util</name>
<channel>pear.horde.org</channel>
<min>2.0.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
<package>
<name>Horde_Vfs</name>
<channel>pear.horde.org</channel>
<min>2.0.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
<package>
<name>Horde_View</name>
<channel>pear.horde.org</channel>
<min>2.0.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
<extension>
<name>gettext</name>
</extension>
<extension>
<name>json</name>
</extension>
</required>
<optional>
<package>
<name>Horde_Db</name>
<channel>pear.horde.org</channel>
<min>2.0.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
<package>
<name>Horde_Share</name>
<channel>pear.horde.org</channel>
<min>2.0.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
</optional>
</dependencies>
<phprelease>
<filelist>
<install as="gollem/clipboard.php" name="clipboard.php" />
<install as="COPYING" name="COPYING" />
<install as="gollem/edit.php" name="edit.php" />
<install as="gollem/index.php" name="index.php" />
<install as="gollem/manager.php" name="manager.php" />
<install as="gollem/permissions.php" name="permissions.php" />
<install as="gollem/quota.php" name="quota.php" />
<install as="README" name="README" />
<install as="gollem/selectlist.php" name="selectlist.php" />
<install as="gollem/share.php" name="share.php" />
<install as="gollem/view.php" name="view.php" />
<install as="gollem/config/.htaccess" name="config/.htaccess" />
<install as="gollem/config/backends.php" name="config/backends.php" />
<install as="gollem/config/conf.xml" name="config/conf.xml" />
<install as="gollem/config/menu.php.dist" name="config/menu.php.dist" />
<install as="gollem/config/prefs.php" name="config/prefs.php" />
<install as="CHANGES" name="docs/CHANGES" />
<install as="CREDITS" name="docs/CREDITS" />
<install as="INSTALL" name="docs/INSTALL" />
<install as="RELEASE_NOTES" name="docs/RELEASE_NOTES" />
<install as="UPGRADING" name="docs/UPGRADING" />
<install as="gollem/js/clipboard.js" name="js/clipboard.js" />
<install as="gollem/js/edit.js" name="js/edit.js" />
<install as="gollem/js/login.js" name="js/login.js" />
<install as="gollem/js/manager.js" name="js/manager.js" />
<install as="gollem/js/selectlist.js" name="js/selectlist.js" />
<install as="gollem/lib/.htaccess" name="lib/.htaccess" />
<install as="gollem/lib/Api.php" name="lib/Api.php" />
<install as="gollem/lib/Application.php" name="lib/Application.php" />
<install as="gollem/lib/Auth.php" name="lib/Auth.php" />
<install as="gollem/lib/Exception.php" name="lib/Exception.php" />
<install as="gollem/lib/Gollem.php" name="lib/Gollem.php" />
<install as="gollem/lib/Test.php" name="lib/Test.php" />
<install as="gollem/lib/Factory/Shares.php" name="lib/Factory/Shares.php" />
<install as="gollem/lib/Factory/Vfs.php" name="lib/Factory/Vfs.php" />
<install as="gollem/lib/Factory/VfsDefault.php" name="lib/Factory/VfsDefault.php" />
<install as="gollem/lib/LoginTasks/SystemTask/Upgrade.php" name="lib/LoginTasks/SystemTask/Upgrade.php" />
<install as="gollem/lib/Prefs/Special/Columnselect.php" name="lib/Prefs/Special/Columnselect.php" />
<install as="gollem/locale/.htaccess" name="locale/.htaccess" />
<install as="gollem/locale/gollem.pot" name="locale/gollem.pot" />
<install as="gollem/locale/bg/LC_MESSAGES/gollem.mo" name="locale/bg/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/bg/LC_MESSAGES/gollem.po" name="locale/bg/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/ca/help.xml" name="locale/ca/help.xml" />
<install as="gollem/locale/ca/LC_MESSAGES/gollem.mo" name="locale/ca/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/ca/LC_MESSAGES/gollem.po" name="locale/ca/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/cs/LC_MESSAGES/gollem.mo" name="locale/cs/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/cs/LC_MESSAGES/gollem.po" name="locale/cs/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/da/LC_MESSAGES/gollem.mo" name="locale/da/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/da/LC_MESSAGES/gollem.po" name="locale/da/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/de/help.xml" name="locale/de/help.xml" />
<install as="gollem/locale/de/LC_MESSAGES/gollem.mo" name="locale/de/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/de/LC_MESSAGES/gollem.po" name="locale/de/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/el/LC_MESSAGES/gollem.mo" name="locale/el/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/el/LC_MESSAGES/gollem.po" name="locale/el/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/en/help.xml" name="locale/en/help.xml" />
<install as="gollem/locale/es/help.xml" name="locale/es/help.xml" />
<install as="gollem/locale/es/LC_MESSAGES/gollem.mo" name="locale/es/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/es/LC_MESSAGES/gollem.po" name="locale/es/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/et/LC_MESSAGES/gollem.mo" name="locale/et/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/et/LC_MESSAGES/gollem.po" name="locale/et/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/eu/help.xml" name="locale/eu/help.xml" />
<install as="gollem/locale/eu/LC_MESSAGES/gollem.mo" name="locale/eu/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/eu/LC_MESSAGES/gollem.po" name="locale/eu/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/fi/help.xml" name="locale/fi/help.xml" />
<install as="gollem/locale/fi/LC_MESSAGES/gollem.mo" name="locale/fi/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/fi/LC_MESSAGES/gollem.po" name="locale/fi/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/fr/LC_MESSAGES/gollem.mo" name="locale/fr/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/fr/LC_MESSAGES/gollem.po" name="locale/fr/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/hr/help.xml" name="locale/hr/help.xml" />
<install as="gollem/locale/hr/LC_MESSAGES/gollem.mo" name="locale/hr/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/hr/LC_MESSAGES/gollem.po" name="locale/hr/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/hu/help.xml" name="locale/hu/help.xml" />
<install as="gollem/locale/hu/LC_MESSAGES/gollem.mo" name="locale/hu/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/hu/LC_MESSAGES/gollem.po" name="locale/hu/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/it/LC_MESSAGES/gollem.mo" name="locale/it/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/it/LC_MESSAGES/gollem.po" name="locale/it/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/ja/LC_MESSAGES/gollem.mo" name="locale/ja/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/ja/LC_MESSAGES/gollem.po" name="locale/ja/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/ko/LC_MESSAGES/gollem.mo" name="locale/ko/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/ko/LC_MESSAGES/gollem.po" name="locale/ko/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/lv/help.xml" name="locale/lv/help.xml" />
<install as="gollem/locale/lv/LC_MESSAGES/gollem.mo" name="locale/lv/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/lv/LC_MESSAGES/gollem.po" name="locale/lv/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/nl/LC_MESSAGES/gollem.mo" name="locale/nl/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/nl/LC_MESSAGES/gollem.po" name="locale/nl/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/nn/LC_MESSAGES/gollem.mo" name="locale/nn/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/nn/LC_MESSAGES/gollem.po" name="locale/nn/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/pl/LC_MESSAGES/gollem.mo" name="locale/pl/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/pl/LC_MESSAGES/gollem.po" name="locale/pl/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/pt_BR/LC_MESSAGES/gollem.mo" name="locale/pt_BR/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/pt_BR/LC_MESSAGES/gollem.po" name="locale/pt_BR/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/ro/LC_MESSAGES/gollem.mo" name="locale/ro/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/ro/LC_MESSAGES/gollem.po" name="locale/ro/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/ru/LC_MESSAGES/gollem.mo" name="locale/ru/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/ru/LC_MESSAGES/gollem.po" name="locale/ru/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/sk/LC_MESSAGES/gollem.mo" name="locale/sk/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/sk/LC_MESSAGES/gollem.po" name="locale/sk/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/sl/LC_MESSAGES/gollem.mo" name="locale/sl/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/sl/LC_MESSAGES/gollem.po" name="locale/sl/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/sv/LC_MESSAGES/gollem.mo" name="locale/sv/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/sv/LC_MESSAGES/gollem.po" name="locale/sv/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/tr/LC_MESSAGES/gollem.mo" name="locale/tr/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/tr/LC_MESSAGES/gollem.po" name="locale/tr/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/uk/LC_MESSAGES/gollem.mo" name="locale/uk/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/uk/LC_MESSAGES/gollem.po" name="locale/uk/LC_MESSAGES/gollem.po" />
<install as="gollem/locale/zh_TW/help.xml" name="locale/zh_TW/help.xml" />
<install as="gollem/locale/zh_TW/LC_MESSAGES/gollem.mo" name="locale/zh_TW/LC_MESSAGES/gollem.mo" />
<install as="gollem/locale/zh_TW/LC_MESSAGES/gollem.po" name="locale/zh_TW/LC_MESSAGES/gollem.po" />
<install as="gollem/migration/1_gollem_base_tables.php" name="migration/1_gollem_base_tables.php" />
<install as="gollem/migration/2_gollem_upgrade_autoincrement.php" name="migration/2_gollem_upgrade_autoincrement.php" />
<install as="gollem/migration/3_gollem_upgrade_parents.php" name="migration/3_gollem_upgrade_parents.php" />
<install as="gollem/templates/.htaccess" name="templates/.htaccess" />
<install as="gollem/templates/clipboard.html.php" name="templates/clipboard.html.php" />
<install as="gollem/templates/edit.html.php" name="templates/edit.html.php" />
<install as="gollem/templates/manager.html.php" name="templates/manager.html.php" />
<install as="gollem/templates/quota.html.php" name="templates/quota.html.php" />
<install as="gollem/templates/selectlist.html.php" name="templates/selectlist.html.php" />
<install as="gollem/themes/default/screen.css" name="themes/default/screen.css" />
<install as="gollem/themes/default/graphics/az.png" name="themes/default/graphics/az.png" />
<install as="gollem/themes/default/graphics/clipboard.png" name="themes/default/graphics/clipboard.png" />
<install as="gollem/themes/default/graphics/copy.png" name="themes/default/graphics/copy.png" />
<install as="gollem/themes/default/graphics/cut.png" name="themes/default/graphics/cut.png" />
<install as="gollem/themes/default/graphics/download.png" name="themes/default/graphics/download.png" />
<install as="gollem/themes/default/graphics/edit.png" name="themes/default/graphics/edit.png" />
<install as="gollem/themes/default/graphics/favicon.ico" name="themes/default/graphics/favicon.ico" />
<install as="gollem/themes/default/graphics/filter-topbar.png" name="themes/default/graphics/filter-topbar.png" />
<install as="gollem/themes/default/graphics/folder.png" name="themes/default/graphics/folder.png" />
<install as="gollem/themes/default/graphics/folder_create.png" name="themes/default/graphics/folder_create.png" />
<install as="gollem/themes/default/graphics/folder_goto.png" name="themes/default/graphics/folder_goto.png" />
<install as="gollem/themes/default/graphics/folder_home.png" name="themes/default/graphics/folder_home.png" />
<install as="gollem/themes/default/graphics/folder_symlink.png" name="themes/default/graphics/folder_symlink.png" />
<install as="gollem/themes/default/graphics/gollem.png" name="themes/default/graphics/gollem.png" />
<install as="gollem/themes/default/graphics/perms.png" name="themes/default/graphics/perms.png" />
<install as="gollem/themes/default/graphics/perms_disabled.png" name="themes/default/graphics/perms_disabled.png" />
<install as="gollem/themes/default/graphics/quota.png" name="themes/default/graphics/quota.png" />
<install as="gollem/themes/default/graphics/reload.png" name="themes/default/graphics/reload.png" />
<install as="gollem/themes/default/graphics/za.png" name="themes/default/graphics/za.png" />
</filelist>
</phprelease>
<changelog>
<release>
<version>
<release>2.0.0alpha1</release>
<api>2.0.0alpha1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2011-09-30</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* First alpha release for Horde 4.
* [jan] Convert authentication infrastructure to H4.
* [jan] Provide default configuration files instead of .dist versions.
* [mms] Convert to use H4.
</notes>
</release>
<release>
<version>
<release>2.0.0alpha2</release>
<api>2.0.0alpha2</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2011-09-30</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Fix file viewing.
* [jan] Add missing backends configuration.
* [jan] Add missing sort icons.
* [jan] Fix broken dependency.
</notes>
</release>
<release>
<version>
<release>2.0.0RC1</release>
<api>2.0.0RC1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2011-10-11</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Fix usage of createhome parameter (Bug #10592).
* [mms] Fix display of 'columnselect' preference (Bug #10628).
* [jan] Don't require login for login-less VFS backends.
</notes>
</release>
<release>
<version>
<release>2.0.0RC2</release>
<api>2.0.0RC2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2011-10-18</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Fix corruption of downloaded files (Bug #8481).
* [jan] Catch if VFS backend doesn't support size() (Bug #10637).
* [mms] Fix editing text files.
</notes>
</release>
<release>
<version>
<release>2.0.0</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-10-27</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Update Slovak translation.
</notes>
</release>
<release>
<version>
<release>2.0.1</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-11-22</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [mms] Fix selectlist widget when initial cacheID was not given (Bug #10781).
* [mms] Fix icon display of files in selectlist widget.
* [jan] Fix downloading of file types without a MIME viewer (Bug #10709).
* [jan] Fix autocreating of home folders (Bug #10690).
* [jan] Fix JavaScript for Actions drop down list (Bug #10695).
</notes>
</release>
<release>
<version>
<release>2.0.2</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2012-04-11</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Don't show user name and password fields on login page if not required.
* [jan] Display 'loginparams' on login screen (Bug #11088).
* [jan] Fix removing filter (Bug #11043).
* [jan] Update Japanese translation (Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>).
</notes>
</release>
<release>
<version>
<release>2.0.3</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2012-04-11</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Fix setting quota parameters to the VFS backend (Bug #11455).
* [jan] Fix getViewLink() API method (Bug #11226).
* [jan] Update Turkish translation (İstanbul Technical University).
</notes>
</release>
<release>
<version>
<release>3.0.0beta1</release>
<api>3.0.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2012-11-14</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Convert templates to Horde_View.
* [jan] Fix sorting if using a pager.
* [jan] Use standard Horde dialogs.
</notes>
</release>
<release>
<version>
<release>3.0.0RC1</release>
<api>3.0.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2012-11-27</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Don't show permissions link if permissions are disabled (Bug #11705).
* [jan] Use short date format in file listing (Request #11722).
* [jan] Update Dutch translation (Arjen de Korte <build+horde@de-korte.org>).
</notes>
</release>
<release>
<version>
<release>3.0.0RC2</release>
<api>3.0.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2013-01-10</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Pass custom login parameters to VFS backend (Bug #11771).
* [jan] Fix selecting display columns in preferences (Bug #11851).
* [jan] Fix automatic login to other than the first backend.
* [jan] Fix downloading if backend key doesn't match driver name (Bug #11746).
* [jan] Update Basque translation (Ibon Igartua <ibon.igartua@ehu.es>).
* [jan] Change recursive deletion preference to ask by default.
* [jan] Fix share_id column if using old share backend (Bug #11833).
* [jan] Show loading layer when changing backends on login form.
</notes>
</release>
<release>
<version>
<release>3.0.0</release>
<api>3.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-02-12</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Update French translation (Paul De Vlieger <paul.de_vlieger@moniut.univ-bpclermont.fr>).
</notes>
</release>
<release>
<version>
<release>3.0.1</release>
<api>3.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-06-12</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Fix saving columns preference if only one backend exists (Bug #12003).
</notes>
</release>
<release>
<version>
<release>3.0.2</release>
<api>3.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-06-12</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Update Danish translation (Erling Preben Hansen <erling@eph.dk>).
</notes>
</release>
<release>
<version>
<release>3.0.3</release>
<api>3.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2014-08-04</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Update Polish translation (Maciej Uhlig <maciej.uhlig@us.edu.pl>).
* [jan] Make shares table compatible with Oracle.
</notes>
</release>
<release>
<version>
<release>3.0.4</release>
<api>3.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2015-08-01</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Update Italian translation.
* [jan] Update Catalan translation.
* [jan] Update Czech translation (Michael Grafnetter <michael.grafnetter@outlook.com>).
* [jan] Update German translation.
* [jan] Update Hungarian translation.
</notes>
</release>
<release>
<version>
<release>3.0.5</release>
<api>3.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2015-08-06</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [mjr] SECURITY: Fix XSS vulnerability when viewing directory contents (Discovered by http://www.beyondsecurity.com/ssd.html).
</notes>
</release>
<release>
<version>
<release>3.0.6</release>
<api>3.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2015-10-21</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Update Italian translation.
</notes>
</release>
<release>
<version>
<release>3.0.7</release>
<api>3.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2016-02-02</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Use access rules compatible with both Apache 2.2 and 2.4.
* [jan] Fix fatal error when cutting and pasting files on the same backend.
</notes>
</release>
<release>
<version>
<release>3.0.8</release>
<api>3.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2016-03-21</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Add Greek translation (Limperis Antonis <limperis@cti.gr>).
</notes>
</release>
<release>
<version>
<release>3.0.9</release>
<api>3.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2016-07-01</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Update Portuguese translation.
* [jan] Update Basque translation.
</notes>
</release>
<release>
<version>
<release>3.0.10</release>
<api>3.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2016-12-16</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Update German translation.
</notes>
</release>
<release>
<version>
<release>3.0.11</release>
<api>3.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2017-08-01</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Fix redirection after logins with Horde 5.2.16 and later.
</notes>
</release>
<release>
<version>
<release>3.0.12</release>
<api>3.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2017-09-21</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] SECURITY: Fix unauthorized access to files from backends that don't require authentication (Reported by Tim O'Driscoll <tim.odriscoll@lambrookschool.co.uk>).
* [jan] Officially support PHP 7.
</notes>
</release>
<release>
<version>
<release>3.0.13</release>
<api>3.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2017-10-17</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] SECURITY: Fix XSS vulnerability in breadcrumb output (Reported by: polict of Shielder, CVE-2020-8034).
</notes>
</release>
</changelog>
</package>
|