Skip to content
Snippets Groups Projects
  1. Dec 11, 2014
  2. Dec 10, 2014
  3. Dec 09, 2014
  4. Dec 06, 2014
  5. Dec 05, 2014
  6. Dec 04, 2014
    • Arthur Schiwon's avatar
      Forward port of #12493 · ee168a12
      Arthur Schiwon authored
      add ldap-search command to occ
      
      Conflicts:
      	apps/user_ldap/appinfo/register_command.php
      
      LDAP search filter creation changes:
      
      1. do not prepend * wildcard to search terms. Will result in faster search, but
      you don't find "foobar"  when looking for "bar"
      2. advanced behaviour when search string contains a space and multiple search
      attributes are present. The search string is split into single words. The
      resulting filter requires that each word at least appears once in any search
      attribute. This is supposed to return better results in big LDAPs.
      
      trim search string before passing it on
      ee168a12
  7. Dec 02, 2014
    • Olivier Paroz's avatar
      Improve the bitmap and vector mime icons · 59902933
      Olivier Paroz authored
      * Vector files such as Illustrator files currently show the "image"
      icon. I propose to add a new type to mimetypeIcon() called
      "image/vector" and which would be used by SVG as well
      * We can use the current image-svg+xml icon, but would simply rename it
      to image-vector
      * The black and white "image" icon looks too much like a settings icon.
      A simple picture representation pasted over the file icon should work
      59902933
  8. Dec 01, 2014
  9. Nov 29, 2014
  10. Nov 28, 2014
  11. Nov 26, 2014
  12. Nov 25, 2014
  13. Nov 24, 2014
  14. Nov 22, 2014
  15. Nov 21, 2014
    • Lukas Reschke's avatar
      Add OCS API header per default · 8c2aeb9b
      Lukas Reschke authored
      Relieve @PVince from having to write it all the time ;-)
      8c2aeb9b
    • Lukas Reschke's avatar
      Use `/` as redirect location if webroot is set to an empty value · 0fa8b449
      Lukas Reschke authored
      If the webroot has been set to an empty value or ownCloud has been installed at the root location (`/``) there is a fair chance that the redirect for password resets does not work at all.
      
      This means that while the password is getting resetted the user is not redirected to the login page.
      
      I'm aware that it might be better to just set the webroot to `/` in those cases but this patch is better in the regard that it cannot break stuff.
      
      Thanks to @PVince81 for helping me debugging this. (I'm a moron and assumed it couldn't be THAT easy)
      
      Reported by @cdamken
      0fa8b449
    • Jenkins for ownCloud's avatar
      [tx-robot] updated from transifex · f8421958
      Jenkins for ownCloud authored
      f8421958
  16. Nov 20, 2014
  17. Nov 19, 2014
  18. Nov 18, 2014
  19. Nov 17, 2014
Loading