Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix pattern for database names | Georg Ehrke | 2012-11-29 | 1 | -1/+1 |
| | |||||
* | Merge pull request #620 from owncloud/fix_600 | Georg Ehrke | 2012-11-29 | 2 | -7/+8 |
|\ | | | | | Fix #600 | ||||
| * | use attr instead of data | Georg Ehrke | 2012-11-29 | 1 | -7/+2 |
| | | |||||
| * | Revert "fix group and subadmin managing for 'ajax-loaded' users" | Georg Ehrke | 2012-11-29 | 1 | -2/+7 |
| | | | | | | | | This reverts commit a5774229a13ef307dabe3142d1a85f12bf41b391. | ||||
| * | add a client side check | Georg Ehrke | 2012-11-28 | 1 | -0/+3 |
| | | |||||
| * | fix group and subadmin managing for 'ajax-loaded' users | Georg Ehrke | 2012-11-28 | 1 | -7/+2 |
| | | |||||
| * | make some checks server-side | Georg Ehrke | 2012-11-28 | 2 | -3/+6 |
| | | |||||
* | | Merge pull request #617 from samtuke/fix_docblocks | blizzz | 2012-11-29 | 1 | -21/+15 |
|\ \ | | | | | | | Cleaned up docblock comments | ||||
| * | | Cleaned up docblock comments | Sam Tuke | 2012-11-28 | 1 | -21/+15 |
| |/ | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-29 | 16 | -28/+36 |
| | | |||||
* | | Merge pull request #540 from Raydiation/master | Thomas Müller | 2012-11-28 | 1 | -0/+68 |
|\ \ | | | | | | | More tests for lib/group.php | ||||
| * | | added more unittests for the group file | Bernhard Posselt | 2012-11-28 | 1 | -0/+68 |
| |/ | |||||
* | | Merge pull request #601 from butonic/add_drag_shadow_in_firefox | Bart Visscher | 2012-11-28 | 1 | -1/+1 |
|\ \ | |/ |/| | show drag shadow in firefox by using helper:'clone' | ||||
| * | show drag shadow in firefox by using helper:'clone' | Jörn Friedrich Dreyer | 2012-11-27 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #401 from owncloud/share_hooks | Jörn Friedrich Dreyer | 2012-11-28 | 4 | -14/+34 |
|\ \ | | | | | | | Create functions to install standard hooks | ||||
| * | | Rename install hook functions to register hook | Bart Visscher | 2012-11-15 | 3 | -11/+11 |
| | | | |||||
| * | | Create functions to install standard hooks | Bart Visscher | 2012-11-13 | 4 | -14/+34 |
| | | | | | | | | | | | | | | | Also use these in tests that needs them Fix #151 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-28 | 36 | -246/+366 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-27 | 50 | -240/+1995 |
| | | |||||
* | | Merge pull request #380 from butonic/feature_share_link_with_token | Jörn Friedrich Dreyer | 2012-11-26 | 7 | -186/+296 |
|\ \ | | | | | | | Feature share link with token | ||||
| * | | readd fallback code for pre token links | Jörn Friedrich Dreyer | 2012-11-23 | 3 | -148/+216 |
| | | | |||||
| * | | implement share via link token | Jörn Friedrich Dreyer | 2012-11-20 | 7 | -141/+183 |
| | | | |||||
* | | | Merge pull request #573 from owncloud/more_indexes | Jörn Friedrich Dreyer | 2012-11-26 | 1 | -0/+14 |
|\ \ \ | | | | | | | | | more db indexes | ||||
| * | | | remove the index on the share table because of problems with the index size. ↵ | Frank Karlitschek | 2012-11-25 | 1 | -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 Karlitschek | 2012-11-24 | 1 | -0/+29 |
| | | | | | | | | | | | | | | | | but this should improve perfomance already for big installations. | ||||
* | | | | use normalizePath to have a proper target path | Arthur Schiwon | 2012-11-26 | 1 | -3/+1 |
| | | | | |||||
* | | | | remove debug output | Arthur Schiwon | 2012-11-26 | 1 | -3/+0 |
| | | | | |||||
* | | | | coding style | Arthur Schiwon | 2012-11-26 | 1 | -1/+2 |
| | | | | |||||
* | | | | check whether to join url with ? or & | Arthur Schiwon | 2012-11-26 | 1 | -2/+13 |
| | | | | |||||
* | | | | all but the first parameter are introduced by & | Arthur Schiwon | 2012-11-26 | 2 | -4/+4 |
| | | | | |||||
* | | | | make sure path starts with / | Arthur Schiwon | 2012-11-26 | 1 | -0/+3 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-26 | 36 | -204/+284 |
| | | | | |||||
* | | | | Merge pull request #576 from owncloud/webdav_output_buffer | Thomas Müller | 2012-11-25 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | make sure the output buffer is closed when handeling webdav | ||||
| * | | | | make sure the output buffer is closed when handeling webdav | Robin Appelman | 2012-11-25 | 1 | -0/+2 |
|/ / / / | |||||
* | | | | add sample configuration for user backends | Robin Appelman | 2012-11-25 | 1 | -0/+6 |
| | | | | |||||
* | | | | Merge pull request #556 from owncloud/postgres_insert_id | Thomas Müller | 2012-11-24 | 1 | -5/+12 |
|\ \ \ \ | | | | | | | | | | | use lastval() to get the insert id in postgesql | ||||
| * | | | | use lastval() to get the insert id in postgesql | Robin Appelman | 2012-11-23 | 1 | -5/+12 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-25 | 24 | -42/+55 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #562 from owncloud/dberrors | Michael Gapczynski | 2012-11-24 | 2 | -11/+23 |
|\ \ \ \ | | | | | | | | | | | prettier error output. | ||||
| * | | | | remove left over tag | Frank Karlitschek | 2012-11-24 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | A new function to create nice error page. And use it for fatal db errors | Frank Karlitschek | 2012-11-24 | 2 | -40/+23 |
| | | | | | |||||
| * | | | | prettier error output. Let´s see how many more low hanging fruits I find on ↵ | Frank Karlitschek | 2012-11-23 | 1 | -9/+38 |
| | | | | | | | | | | | | | | | | | | | | my way to the real bug that I want to fix ;-) | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-24 | 126 | -2403/+2519 |
|/ / / / | |||||
* | | | | Merge pull request #561 from owncloud/cssfix | Frank Karlitschek | 2012-11-23 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | even error messages have the right to look a bit pretty | ||||
| * | | | | even error messages have the right to look a bit pretty | Frank Karlitschek | 2012-11-23 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Merge pull request #479 from owncloud/fix_438 | Thomas Müller | 2012-11-23 | 3 | -6/+7 |
|\ \ \ \ | | | | | | | | | | | Do the url encoding once, only in breadcrumbs template | ||||
| * | | | | Do the url encoding once, only in breadcrumbs template | Bart Visscher | 2012-11-16 | 3 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | fixes issue #438 | ||||
* | | | | | Merge pull request #480 from owncloud/fix_435_and_437 | Thomas Müller | 2012-11-23 | 2 | -3/+16 |
|\ \ \ \ \ | | | | | | | | | | | | | Also reject names with \ in the name | ||||
| * | | | | | introduce Files.containsInvalidCharacters(), use when creating or renaming files | Jörn Friedrich Dreyer | 2012-11-22 | 2 | -11/+19 |
| | | | | | | |||||
| * | | | | | some more invalid characters have been added | Thomas Mueller | 2012-11-22 | 1 | -6/+11 |
| | | | | | |