summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into mimeicons-svgRobin Appelman2014-02-2120-60/+272
|\
| * Merge pull request #7350 from owncloud/config-gitignoreThomas Müller2014-02-211-0/+1
| |\ | | | | | | ignore optional additional config files
| | * ignore optional additional config filesMorris Jobke2014-02-211-0/+1
| | |
| * | Merge pull request #7337 from owncloud/test_for_6935Björn Schießle2014-02-211-0/+34
| |\ \ | | | | | | | | add unit test for \OC\URLGenerator::getAbsoluteURL
| | * | add unit test for \OC\URLGenerator::getAbsoluteURL to verify #6935Bjoern Schiessle2014-02-201-0/+34
| | | |
| * | | Merge pull request #7309 from owncloud/mobile-headerMorris Jobke2014-02-218-15/+59
| |\ \ \ | | | | | | | | | | Header optimizations for mobile
| | * \ \ Merge branch 'master' into mobile-headerRobin Appelman2014-02-2147-267/+779
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #7347 from owncloud/patch-headers-already-sentMorris Jobke2014-02-212-1/+1
| |\ \ \ \ | | | | | | | | | | | | Fix "headers are already sent" introduced with #6519
| | * \ \ \ Merge branch 'master' into patch-headers-already-sentRobin Appelman2014-02-211-15/+0
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #7348 from owncloud/remove-problematic-testicewind19912014-02-211-15/+0
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Remove unit tests which causes the filesystem tests to fail
| | * | | | Remove unit tests which causes the filesystem tests to failRobin Appelman2014-02-211-15/+0
| |/ / / /
| | * | | Remove `session_id_regenerate` from hereLukas Reschke2014-02-211-1/+0
| | | | | | | | | | | | | | | Jenkins somewhat complains that there are already sent headers.
| | * | | Move session_regenerate_id to `login()`Lukas Reschke2014-02-211-0/+1
| |/ / /
| * | | Merge pull request #7312 from owncloud/ldap_fix_add_testThomas Müller2014-02-212-3/+169
| |\ \ \ | | | | | | | | | | LDAP: fix and extend tests
| | * | | LDAP: fix and extend testsArthur Schiwon2014-02-202-3/+169
| | | | |
| * | | | Merge pull request #7291 from owncloud/adminess-raghuLukas Reschke2014-02-205-26/+3
| |\ \ \ \ | | | | | | | | | | | | Move isadmin to template and rename it to oc_isadmin
| | * | | | Fix typoLukas Reschke2014-02-201-1/+1
| | | | | |
| | * | | | Variable value is expected and not an echoed outputLukas Reschke2014-02-201-1/+1
| | | | | |
| | * | | | Move oc_isadmin to the config JS scriptLukas Reschke2014-02-203-2/+2
| | | | | |
| | * | | | Move isadmin to template and rename it to oc_isadminLukas Reschke2014-02-196-27/+4
| | | | | |
| * | | | | Merge pull request #7332 from owncloud/IE10-viewportMorris Jobke2014-02-201-0/+5
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | fix IE10 viewport sizeing
| | * | | | fix IE10 viewport sizeingRobin Appelman2014-02-201-0/+5
| |/ / / /
| | | | * remove additional transition rule, reduce width of collapsed search barJan-Christoph Borchardt2014-02-201-5/+1
| | | | |
| | | | * restrict zooming in to not mangle layout accidentallyJan-Christoph Borchardt2014-02-201-1/+1
| | | | |
| | | | * do not show display name on mobile when profile picture is presentJan-Christoph Borchardt2014-02-204-2/+25
| | | | |
| | | | * move avatar into clickable area of user menuJan-Christoph Borchardt2014-02-203-8/+10
| | | | |
| | | | * reduce width of searchbox on mobile, fix overlap, fix #7282Jan-Christoph Borchardt2014-02-203-4/+27
| | | | |
* | | | | Make unit tests expect the svg iconsRobin Appelman2014-02-201-2/+6
| | | | |
* | | | | Merge branch 'master' into mimeicons-svgRobin Appelman2014-02-20231-3412/+2134
|\| | | |
| * | | | Merge pull request #6962 from owncloud/quota-space-rootThomas Müller2014-02-204-6/+31
| |\ \ \ \ | | | | | | | | | | | | Allow passing a root folder to get the used space from in the quota wrapper
| | * \ \ \ Merge branch 'master' into quota-space-rootRobin Appelman2014-02-1020-35/+68
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into quota-space-rootRobin Appelman2014-02-0798-733/+2170
| | |\ \ \ \ \
| | * | | | | | Don't create new thumbnails on the write hookRobin Appelman2014-02-041-1/+1
| | | | | | | |
| | * | | | | | Add unit test for quote wrapper size rootRobin Appelman2014-02-041-3/+22
| | | | | | | |
| | * | | | | | Actually rename the variableRobin Appelman2014-01-271-2/+2
| | | | | | | |
| | * | | | | | Fix phpdocRobin Appelman2014-01-271-1/+1
| | | | | | | |
| | * | | | | | Allow passing a root folder to get the used space from in the quota wrapperRobin Appelman2014-01-272-2/+8
| | | | | | | |
| * | | | | | | Merge pull request #7056 from owncloud/users-scrollperformanceJan-Christoph Borchardt2014-02-203-25/+76
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Improve users list scrolling performance
| | * | | | | | | Added loading spinner to users list on scrollVincent Petry2014-02-181-0/+4
| | | | | | | | |
| | * | | | | | | Improve users list scrolling performanceVincent Petry2014-02-173-25/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed JS error when avatar mode is disabled - added spinner at the bottom of the table - scroll detection now happens earlier - single/multiselect init is deferred so that the new rows are first appended into the list (more responsive) and initialized afterwards - disabled users sorting after add (assuming they are always sorted on the server side)
| * | | | | | | | Merge pull request #6808 from globalpointfamily/remove_ie9_navagation_width_fixJan-Christoph Borchardt2014-02-201-5/+0
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | remove fix for IE9 nav bar width
| | * | | | | | | | remove fix for IE9 nav bar widthKonstantin.Popov2014-01-171-5/+0
| | | | | | | | | |
| * | | | | | | | | Merge pull request #7290 from owncloud/issue/5463icewind19912014-02-201-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Correctly redirect to settings page when not selecting cert file for upload
| | * | | | | | | | | Correctly redirect to settings page when not selecting cert file for uploadJoas Schilling2014-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #5463
| * | | | | | | | | | Merge pull request #7205 from owncloud/fix_7153blizzz2014-02-201-0/+6
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | LDAP: prevent other configuration from being deleted when deleting the f...
| | * | | | | | | | | | LDAP: prevent other configuration from being deleted when deleting the first ↵Arthur Schiwon2014-02-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | one which has an empty prefix for historical reasons
| * | | | | | | | | | | Merge pull request #7319 from owncloud/remote-unneeded-ifMorris Jobke2014-02-201-5/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Remove no longer needed if statement
| | * | | | | | | | | | | Remove no longer needed if statementRobin Appelman2014-02-201-5/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #6999 from kofemann/mount-configLukas Reschke2014-02-203-9/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | mount: make location of mount.json configurable
| | * | | | | | | | | | | | mount: make location of mount.json configurableTigran Mkrtchyan2014-01-293-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | do not share users data with config files Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>