aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #617 from samtuke/fix_docblocksblizzz2012-11-291-21/+15
|\ | | | | Cleaned up docblock comments
| * Cleaned up docblock commentsSam Tuke2012-11-281-21/+15
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-2916-28/+36
| |
* | Merge pull request #540 from Raydiation/masterThomas Müller2012-11-281-0/+68
|\ \ | | | | | | More tests for lib/group.php
| * | added more unittests for the group fileBernhard Posselt2012-11-281-0/+68
| |/
* | Merge pull request #601 from butonic/add_drag_shadow_in_firefoxBart Visscher2012-11-281-1/+1
|\ \ | |/ |/| show drag shadow in firefox by using helper:'clone'
| * show drag shadow in firefox by using helper:'clone'Jörn Friedrich Dreyer2012-11-271-1/+1
| |
* | Merge pull request #401 from owncloud/share_hooksJörn Friedrich Dreyer2012-11-284-14/+34
|\ \ | | | | | | Create functions to install standard hooks
| * | Rename install hook functions to register hookBart Visscher2012-11-153-11/+11
| | |
| * | Create functions to install standard hooksBart Visscher2012-11-134-14/+34
| | | | | | | | | | | | | | | Also use these in tests that needs them Fix #151
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-2836-246/+366
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-2750-240/+1995
| |
* | Merge pull request #380 from butonic/feature_share_link_with_tokenJörn Friedrich Dreyer2012-11-267-186/+296
|\ \ | | | | | | Feature share link with token
| * | readd fallback code for pre token linksJörn Friedrich Dreyer2012-11-233-148/+216
| | |
| * | implement share via link tokenJörn Friedrich Dreyer2012-11-207-141/+183
| | |
* | | Merge pull request #573 from owncloud/more_indexesJörn Friedrich Dreyer2012-11-261-0/+14
|\ \ \ | | | | | | | | more db indexes
| * | | remove the index on the share table because of problems with the index size. ↵Frank Karlitschek2012-11-251-15/+0
| | | | | | | | | | | | | | | | Thanks to icewind for spotting this.
| * | | add a few more indexes. This is just a first step. More work is needed here ↵Frank Karlitschek2012-11-241-0/+29
| | | | | | | | | | | | | | | | but this should improve perfomance already for big installations.
* | | | use normalizePath to have a proper target pathArthur Schiwon2012-11-261-3/+1
| | | |
* | | | remove debug outputArthur Schiwon2012-11-261-3/+0
| | | |
* | | | coding styleArthur Schiwon2012-11-261-1/+2
| | | |
* | | | check whether to join url with ? or &Arthur Schiwon2012-11-261-2/+13
| | | |
* | | | all but the first parameter are introduced by &Arthur Schiwon2012-11-262-4/+4
| | | |
* | | | make sure path starts with /Arthur Schiwon2012-11-261-0/+3
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-2636-204/+284
| | | |
* | | | Merge pull request #576 from owncloud/webdav_output_bufferThomas Müller2012-11-251-0/+2
|\ \ \ \ | | | | | | | | | | make sure the output buffer is closed when handeling webdav
| * | | | make sure the output buffer is closed when handeling webdavRobin Appelman2012-11-251-0/+2
|/ / / /
* | | | add sample configuration for user backendsRobin Appelman2012-11-251-0/+6
| | | |
* | | | Merge pull request #556 from owncloud/postgres_insert_idThomas Müller2012-11-241-5/+12
|\ \ \ \ | | | | | | | | | | use lastval() to get the insert id in postgesql
| * | | | use lastval() to get the insert id in postgesqlRobin Appelman2012-11-231-5/+12
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-2524-42/+55
| |/ / / |/| | |
* | | | Merge pull request #562 from owncloud/dberrorsMichael Gapczynski2012-11-242-11/+23
|\ \ \ \ | | | | | | | | | | prettier error output.
| * | | | remove left over tagFrank Karlitschek2012-11-241-1/+1
| | | | |
| * | | | A new function to create nice error page. And use it for fatal db errorsFrank Karlitschek2012-11-242-40/+23
| | | | |
| * | | | prettier error output. Let´s see how many more low hanging fruits I find on ↵Frank Karlitschek2012-11-231-9/+38
| | | | | | | | | | | | | | | | | | | | my way to the real bug that I want to fix ;-)
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-24126-2403/+2519
|/ / / /
* | | | Merge pull request #561 from owncloud/cssfixFrank Karlitschek2012-11-231-2/+2
|\ \ \ \ | | | | | | | | | | even error messages have the right to look a bit pretty
| * | | | even error messages have the right to look a bit prettyFrank Karlitschek2012-11-231-2/+2
|/ / / /
* | | | Merge pull request #479 from owncloud/fix_438Thomas Müller2012-11-233-6/+7
|\ \ \ \ | | | | | | | | | | Do the url encoding once, only in breadcrumbs template
| * | | | Do the url encoding once, only in breadcrumbs templateBart Visscher2012-11-163-6/+7
| | | | | | | | | | | | | | | | | | | | fixes issue #438
* | | | | Merge pull request #480 from owncloud/fix_435_and_437Thomas Müller2012-11-232-3/+16
|\ \ \ \ \ | | | | | | | | | | | | Also reject names with \ in the name
| * | | | | introduce Files.containsInvalidCharacters(), use when creating or renaming filesJörn Friedrich Dreyer2012-11-222-11/+19
| | | | | |
| * | | | | some more invalid characters have been addedThomas Mueller2012-11-221-6/+11
| | | | | |
| * | | | | Also reject names with \ in the nameBart Visscher2012-11-221-2/+2
| | |_|/ / | |/| | | | | | | | | | | | | fixes issues #435 and #437
* | | | | Merge pull request #418 from libasys/Fix-IE8-fileactions-bindingThomas Müller2012-11-231-11/+20
|\ \ \ \ \ | |_|_|/ / |/| | | | Fixes two issues if you using IE8. IE8 has problems with .bind actions a...
| * | | | Fixes two issues if you using IE8. IE8 has problems with .bind actions and ↵libasys2012-11-141-11/+20
| | | | | | | | | | | | | | | | | | | | since jquery 1.7.2 using .bind is old school style for event delegation. the new and better way is using .on() function. The second is using $.each instead of for() to walkthrough an array! Now it works perfect, the events after uploads are triggered.
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-2387-1159/+1434
| | | | |
* | | | | Merge pull request #554 from owncloud/reverse_proxyThomas Müller2012-11-223-1/+13
|\ \ \ \ \ | | | | | | | | | | | | better reverse proxy support
| * | | | | make it possible to manually override the hostname and protocol if the ↵Frank Karlitschek2012-11-223-1/+13
|/ / / / / | | | | | | | | | | | | | | | automatic detection from ownCloud fails. This can happen in reverse proxy situations or with loadbalancers setups.
* | | | | Merge pull request #506 from owncloud/fix_505Thomas Müller2012-11-221-0/+8
|\ \ \ \ \ | | | | | | | | | | | | refs #505 - defining publicListView based on template parameter